Script Installation
PHP Fileupload Class Script Installation and Configure Services
|
Script Description:fileupload-class.php extends PHPs built in file upload features, allowing users to easily and safely upload files to a web server using their browser.rrn rrnREQUIRES PHP 5+rrn rrnFeatures:rrn* Handles single or multiple filesrrn* Specify maximum filesizerrn* Specify acceptable file MIME type(s)rrn* Specify unacceptable file extension(s)rrn* If the upload is an image, specify maximum pixel dimensionsrrn* Filenames are automatically cleaned uprrn* Moves the uploaded file to a specified directoryrrn* Handles duplicate file names, with three different modes: [1] overwrite existing files; [2] rename the new file; [3] protect, do-nothing moderrn* Error messages in English, French, German, Dutch, Italian, Finnish, Spanish, Norwegian, Danish, and Swedish. Site Url: http://www.davetufts.com/ |