Image Upload and Validation
Package:
Summary:
Validate and process uploaded image files
Groups:
Author:
Description:
This class can be used to validate and process uploaded image files.
It can take the name of a given form file input and retrieve the information about an image file uploaded via Web forms.
The class can validate image file size, file name extension, image width and height.
It can also deleted previously uploaded files with the same name and move the uploaded file to a given destination directory.
It can take the name of a given form file input and retrieve the information about an image file uploaded via Web forms.
The class can validate image file size, file name extension, image width and height.
It can also deleted previously uploaded files with the same name and move the uploaded file to a given destination directory.
Comments are closed.