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.
|
|
| Name: |
Classe Para Upload e Validação |
| Base name: |
upload_validation |
| Description: |
Validate and process uploaded image files |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
802 users |
| All time rank: |
3741 |
| Week users: |
1 user |
| Week rank: |
2150  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
Upload.php |
Class |
Main class and testing form |