I am thinking about writing a fairly simple php script that allows a user to enter in their email address, upload a file, and enter another persons email address. After the file is uploaded, it would email both people a URL to download that file. An optional password might be nice.
This is to work around email attachment size limitations. I know there are internet services to do this, but I want the file to be uploaded to my server and within my other security controls.
Just wondering if anyone knows of a simple script out there that already exists to do this?