UploadClass

Package:
UploadClass
Summary:
Validate and process uploaded files
Groups:
Files and Folders, HTTP, PHP 5
Author:
Kai Ming Choi
Description:
This class can be used to validate and process uploaded files.

It can take the $_FILES array with uploaded files data and validate it to check if file size are within allowed limits, if the MIME type and the file name extension is one of the accepted.

The validated file uploads can be moved to a given destination directory.


Powered by Gewgley