////////////////////////////////////////////////////////////////////// // PHP Multiple File Upload Utility - Changelog // // Developed by Ben Tudball (Tudsta on NexusPortal.net) // ////////////////////////////////////////////////////////////////////// -------------------- 1.02 - 15 May 2004 + Added ability to detect file extensions + Added ability to define acceptable file extensions + Added ability to define acceptable file types for: jpeg,gif,png,bmp,xbm,tiff,ico,html,pdf,rtf,txt,mp3,wav,midi,aiff,au,snd,avi,mpeg,zip,gzip + Added $uploadPath for defining full path if not on HostNexus server + Added $numberUploads for defining how many upload files are allowed to be submitted + Added $maxUploadSize for defining the maximum combined total upload size + Added check for 0 file size on uploaded files + Added code to strip tags from filename and remove invalid filename characters + Added $moveToDir to CHMOD error message + Added $uploadVersion variable (script version number) + Added changelog.txt and install.txt # Script configuration is now processed in a separate file: upload_config.php # Changed the upload results output to display in a table instead of list items ! Fixed bug with MAX_FILE_SIZE - now defined in bytes, not Kbytes ! Fixed bug with failed notification messages -------------------- 1.01 - 12 March 2003 + Added upload error detection + Added success/failed upload notification and comments + Added automatically set MAX_FILE_SIZE limit to form + Added stylesheet to layout - Removed code that detected old HostNexus server paths (All servers now use the new path) ! Changed external variables to superglobals -------------------- 1.00 - 14 June 2002 # Initial Release