This class can be used to validate and process image files uploaded via Web forms.
It takes an entry of the $_FILES array for an uploaded file and validates whether the size does not exceed a given limit and that the file name extension is of GIF, PNG or JPEG formats.
If the uploaded file is valid, it moves the file to a given directory.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
Upload.php |
Class |
Main class and testing form |