Upload - 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:
- Must allow for anonymous uploads with an upload password. This
allows for anyone to upload, but with a password to reduce upload
spam.
- Must have a private download mechanism so that the system is
not abused. This is accomplished by giving each upload a unique
generated password.
- 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.
- The application must be a single script/file. This allows for
very simple upgrade and maintenance.
Features:
- Password protected upload mechanism
- Unique password protected downloads
- Online administrative interface
- Single file
- No database required, filesystem driven
- Upload/download cleanup with automatic upload expiration
- Each download can have an uploader description (v1.1)
- Downloads can only occur a preset number of times (v1.1)
- Email notification to the administrator on new uploads (v1.1)
Image of upload user interface:
Image of admin list of uploads:
Download:
[
stable:
1.1
|
1.0
]