Zend
200-530 · Question #56
Your application needs to handle file uploads performed with HTTP PUT. How can you retrieve this data?
The correct answer is A. php://input stream. See the full explanation below for the reasoning.
Question
Your application needs to handle file uploads performed with HTTP PUT. How can you retrieve this data?
Options
- Aphp://input stream
- Bphp://upload stream
- C$_FILES superglobal
- D$_PUT superglobal
How the community answered
(36 responses)- A72% (26)
- B17% (6)
- C8% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.