A Simple upload file class
Package:
Summary:
Validate and process file uploads
Groups:
Author:
Description:
This class can be used to validate and process file uploads.
It can take the name of a given form upload field and check the respective upload information to see if there was no error and the file MIME type is the one that is expected.
If the file upload was valided, the class moves the file to a given destination directory and output details of the uploaded file.
It can take the name of a given form upload field and check the respective upload information to see if there was no error and the file MIME type is the one that is expected.
If the file upload was valided, the class moves the file to a given destination directory and output details of the uploaded file.
Comments are closed.