Umar File Upload
Package:
Summary:
Check and process uploaded files
Groups:
Author:
Description:
This class can be used to check and process uploaded files.
It can check whether a file was uploaded without errors, whether its size is within the accepted limit, whether the file name extension is in the list of accepted extensions, and whether the destination directory exists.
The class can copy a valid uploaded file to the destination directory. If the file is an image, it can also create a thumbnail.
It can check whether a file was uploaded without errors, whether its size is within the accepted limit, whether the file name extension is in the list of accepted extensions, and whether the destination directory exists.
The class can copy a valid uploaded file to the destination directory. If the file is an image, it can also create a thumbnail.
Comments are closed.