Q53
To check whether a file was uploaded, you look in the _______ superglobal array.
A.
$_FILES
AnswerB.
$_DOCS
C.
$_DOCUMENTS
D.
$_FOLDERS
Answer: Option A
Solution
Answer: Option A
Solution:
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.