$_FILES Arguments : _FILE « File Directory « PHP






$_FILES Arguments

 
Argument       Description

name           The original filename that was uploaded

type           The MIME type of the uploaded file

size           The size of the uploaded file (in bytes)

tmp_name       The temporary name of the file that has been uploaded

error          The error code that may be generated by the file upload
  
  








Related examples in the same category

1.$_FILE Error Constants Constant