Skip to content

$_FILES Superglobal

The $_FILES superglobal contains information about uploaded files.

print_r($\_FILES);

Typical information includes:

  • name
  • type
  • tmp_name
  • error
  • size