File Upload Global Variables
/*
Variable Name Contains Example
-----------------------------------------------------------------------------------
$fupload Path to temporary variable /tmp/phptemp
$fuploadname Name of uploaded file yourfile.gif
$fuploadsize Size (in bytes) of uploaded file 835
$fupload type MIME type of uploaded file image/gif
*/
Related examples in the same category