-
To check whether a file was uploaded, you look in the _______ superglobal array.
-
- $_FOLDERS
- $_DOCUMENTS
- $_DOCS
- $_FILES
- None of these
Correct Option: D
Whenever a file is uploaded via an HTML form, that file is stored in temporary memory and information about the file is passed in the $_FILES superglobal.