This class can be used to validate and handle files uploaded via Web forms. It can check:
- If the file does not exceed a given size limit
- If the file name has one of the accepted extensions
- If there is a file with the same name in the target directory
If the uploaded file verifies the validation rules, the class moves the file to a given directory.
The class may also return the URL for a link to download the uploaded files.
The code and the comments are in Italian.
In Italian:
Classe Upload è una classe con semplici funzioni da usare per uppare i file.
Contiene le funzioni di: sovrascrivi rinomina File, estensioni consentite, dimensioni massime, restituzione link al file uppato.
|
|
| Name: |
Classe Upload |
| Base name: |
classe_upload |
| Description: |
Validate and handle uploaded files |
| Version: |
1.0 |
| PHP version: |
4.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
481 users |
| All time rank: |
5027 |
| Week users: |
1 user |
| Week rank: |
2151  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|