File-Uploader
Package:
Summary:
Validate and process uploaded files with forms
Groups:
Author:
Description:
This class can be used to validate and process uploaded files with forms.
It can check an uploaded file entry in the $_FILES array and verify whether its size does not exceed a given limit, as well the file name extension is one of the list of allowed file name extensions.
Valid files are copied to a given target directory.
It can check an uploaded file entry in the $_FILES array and verify whether its size does not exceed a given limit, as well the file name extension is one of the list of allowed file name extensions.
Valid files are copied to a given target directory.
Comments are closed.