Does anyone know of the file upload system which I can use for my application which is either open source or can be purchased?

I need to be able to upload file/s to the web server and send out email links to users to download the files?

I really need this to be an 'all in one' solution where I can just install/setup as i'm not really a developer!

a bit like http://www.yousendit.com/

Don't mind which language any is fine.

link|improve this question

60% accept rate
feedback

2 Answers

S3 is an API to a storage cloud, it doesn't really have an interface like yousendit.com. You'd need to do a bit of programming to get it to work for you.

There's a whole stack of possible apps here but i haven't personally tried any of them.

Also, if this is going to turn into a "how to build/use this php app", I think I'd suggest migration to StackOverflow.

link|improve this answer
feedback

Amazon's S3 service! -> Google it

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.