Zend
200-530 · Question #246
What super-global should be used to access information about uploaded files via a POST request?
The correct answer is D. $_FILES. See the full explanation below for the reasoning.
Question
What super-global should be used to access information about uploaded files via a POST request?
Options
- A$_SERVER
- B$_ENV
- C$_POST
- D$_FILES
- E$_GET
How the community answered
(21 responses)- A10% (2)
- C5% (1)
- D81% (17)
- E5% (1)
Community Discussion
No community discussion yet for this question.