Safely Upload
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to validate and process uploaded files.
It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.
The class can also create the thumbnails if the uploaded file is an image.
It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.
The class can also create the thumbnails if the uploaded file is an image.
Comments are closed.