Upload script, originally designed for images. Consists of:
- upload.html - The page giving you the form to upload the file.
- upload.php - The form processor.
- uploads/ - Configured in upload.php, this is the directory where images will be stored.
- uploads/index.php - A quick and simple image gallery display script.
In regards to the gallery display script, you must have imagemagick installed, as well as the PHP imagemagick extensions.