$max_size
$max_size :
File Uploading Class
set_filename( $path, $filename) : string
Set the file name
This function takes a filename/path as input and looks for the existence of a file with the same name. If found, it will append a number to the end of the filename to avoid overwriting a pre-existing file.
$path | ||
$filename |
_prep_filename( $filename) : string
Prep Filename
Prevents possible script execution from Apache's handling of files multiple extensions http://httpd.apache.org/docs/1.3/mod/mod_mime.html#multipleext
$filename |