Vidyalelo
PHP · Q53

HTML Forms Handling

Programming · PHP · question 53

Q53

To check whether a file was uploaded, you look in the _______ superglobal array.

A.
$_FILES
Answer
B.
$_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.