VERSION HISTORY ----------------------------------- v3.6 (11-21-10) 1. Removed slash from exclusion array which made it impossible to view uploaded files in a nested folder 2. Fixed inconsistencies with CSS 3. Made minor layout changes to better match my other projects v3.5 (04-04-10) 1. Moved the foldernamelist.txt to the settings folder 2. Removed slash from exclusion array which made it impossible to use a nested folder in an upload path v3.4 (02-25-10) 1. Updated file structure to match my new project structure 2. Added more stock themes 3. Added polite error message if selected folder can not be found v3.3 (01-25-10) Made upload error messages more descript. v3.2 (11-17-09) 1. Updated Documentation 2. Added multiple stock CSS themes 3. Fixed potential compatibility issue with importing stylesheet 4. Added favicon.ico use 5. Made it easier to incorporate into an existing site. 6. Added option to hide title at the top of the page. 7. Made the file listing a link on the upload confirmation page. 8. Added security measure for potential malicous code. v3.1.4 (03-15-09) 1. Changed theme of page to match the default theme of the rest of my projects. 2. Updated documentation. 3. Added sample files in the sample upload folders. v3.1.3 (03-06-09) Added max file size and time limit to upload page. v3.1.2 (12-14-08) 1. Updated documentation 2. Updated license 3. No longer requires register globals to be turned on in php v3.1.1 (10-11-07) Updated documentation and added a license v3.1 (04-27-07) 1. Changed the name of the footer.php file to footer.txt 2. Fixed bug with how the footer.txt file is included 3. Added capibility to allow the project to upload files outside of the Document Root the script resides in. This means that if you have more then one virtual host or domain on the same machine you will be able to upload a file to a different domain. v3.0.1 (04-12-07) Updated Documentation v3.0 (03-26-07) Added functionality for uploading to a choice of multiple folders. v2.0 (03-26-07) 1. Added option for showing/hiding the footer information. 2. Added option for custom name at top of page and in the window title bar. 3. Added option for custom page background color. 4. Added option for custom background color of the information box. 5. Added option for showing the box border. 6. Added option for showing the separating lines above and below the information box. 7. Broke apart what used to be the index.php file into index.php, uploadmain.php and uploadform.php. This allows better integration into other sites. 8. Added option for showing the upload form again on the confirmation page to save clicks when needing to do a lot of uploads. 9. Added clickable links in the uploaded file listing. 10. Added option for showing/hiding detailed file information on the upload confirmation page. 11. Added the option to change the color of the font displayed. 12. Added the option to change the width of the information box. 13. Added the option to change the width of the lines above and below the information box. v1.1 (03-23-07) 1. Added comment in uploaded file listing if there is currently no files in the folder. 2. Added more verbose messaging for the file upload confirmation and rejection. v1.0 (03-22-07) Initial Release