Advanced file upload and ajax upload
Package:
Summary:
Validate and process file uploads
Groups:
Author:
Description:
This class can be used to validate and process file uploads.
It can check if the uploaded files have one of the allowed file name extensions and MIME types, and does not exceed the allowed file limits.
Image files are opened to verify they really contain image data of the determined format.
The class can move the uploaded files to a given directory if it exists and has write permissions.
The idiom of the error messages is configurable from a list of supported idioms.
It can check if the uploaded files have one of the allowed file name extensions and MIME types, and does not exceed the allowed file limits.
Image files are opened to verify they really contain image data of the determined format.
The class can move the uploaded files to a given directory if it exists and has write permissions.
The idiom of the error messages is configurable from a list of supported idioms.
Comments are closed.