Vidyalelo
PHP · Q28

HTML Forms Handling

Programming · PHP · question 28

Q28

Which superglobal stores a variety of information pertinent to a file uploaded to the server via a PHP script?

A.
$_FILE Array
B.
$_FILEs Array
Answer
C.
$_FILES_UPLOADED Array
D.
$_FILE_UPLOADED Array

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board