Which superglobal stores a variety of information pertinent to a file uploaded to the server via a PHP script?
Which superglobal stores a variety of information pertinent to a file uploaded to the server via a PHP script? Correct Answer $_FILES Array
The superglobal $_FILES is a two-dimensional associative global array of items which are being uploaded by via HTTP POST method and holds the attributes of files.