Advanced file upload and ajax upload

  • You are here: Free PHP » Classes » Advanced file upload and ajax upload
Package:
Advanced file upload and ajax upload
Summary:
Validate and process file uploads
Groups:
Files and Folders, HTTP
Author:
Selman TUNÇ
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.


Powered by Gewgley