Upload - Upload Site

Top > Upload Site

This project allows for the uploading of files for files that are just too large, or not intended for emailing. The project's goal was for simplicity and security first, followed by features.

Initial project goals:

  1. Must allow for anonymous uploads with an upload password. This allows for anyone to upload, but with a password to reduce upload spam.
  2. Must have a private download mechanism so that the system is not abused. This is accomplished by giving each upload a unique generated password.
  3. All uploads should expire and be cleaned up on a periodic basis. Again, simiplicity was aimed for by making all uploads self cleaning after a period of time.
  4. The application must be a single script/file. This allows for very simple upgrade and maintenance.

Features:

Image of upload user interface: Image of admin list of uploads:

Download:
[ stable: 1.1 | 1.0 ]