File_upload
Package:
Summary:
Validate and copy uploaded files
Groups:
Author:
Description:
This class can be used to validate and copy uploaded files.
It can check an upload file and determine if it has one of the accepted file name extensions and it does not exceed a given size limit.
The class can also copy the file to a given upload directory, creating it first with the right permissions if the directory does not exist.
The comments and error messages are in Russain, but the code, function names and variable names are in English.
It can check an upload file and determine if it has one of the accepted file name extensions and it does not exceed a given size limit.
The class can also copy the file to a given upload directory, creating it first with the right permissions if the directory does not exist.
The comments and error messages are in Russain, but the code, function names and variable names are in English.
Comments are closed.