Is there an open source solution that I can host on a web server that will allow users to anonymously upload a file to me?

Posted by mjn12 on Pro Webmasters See other posts from Pro Webmasters or by mjn12
Published on 2012-01-30T23:37:12Z Indexed on 2012/03/31 5:41 UTC
Read the original article Hit count: 180

Filed under:

I'm looking for some kind of web application I can host on my Linux web server that will allow users to upload files of arbitrary size to me from their browser without requiring them to log in.

Ideally this application would allow me to generate a link to my website that allowed for a one-time use upload. It might contain a unique, random key that was only good for that session. I could email them the link, they click it and are taken to a page where they can upload their file to me.

I'm mainly targeting friends and family that need to send me files that are too large for email. I don't want to require them to install anything (dropbox), sign up and log in, etc. I'm definitely not teaching them to use FTP.

This wouldn't be a difficult project for me to roll on my own but I'd like to take something off the shelf if it is possible. Does anything like this exist that my google-foo isn't turning up?

© Pro Webmasters or respective owner

Related posts about uploading