Simple PHP Upload
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to validate and process uploaded files.
It can validate a given uploaded file to check whether there was not an upload error, the file size is under a given limit, the file name extension is one of the allowed.
The class can also move the uploaded file to a given directory if the upload is valid.
It can validate a given uploaded file to check whether there was not an upload error, the file size is under a given limit, the file name extension is one of the allowed.
The class can also move the uploaded file to a given directory if the upload is valid.
Comments are closed.