Mobile app version of vmapp.org
Login or Join
Si4351233

: 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? I'm looking for some kind of web application I can host on my

@Si4351233

Posted in: #LookingForAScript #ServerSideScripting #Uploading

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

If unbreakable anonyimity isn't an issue and you're using Apache, try creating a page with any php upload script and password protecting it with htpassword.

I've used this as simple trick for family members before, if logging in is an issue you could just skip that part. I'd also check hotscripts for other ideas.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme