Zend
200-550 · Question #194
When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?
The correct answer is B. the input stream php://input. See the full explanation below for the reasoning.
Question
When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?
Options
- Athe $_FILES super-global
- Bthe input stream php://input
- Cthe $_POST super-global
- Dthe global variable scope
How the community answered
(40 responses)- A13% (5)
- B75% (30)
- C8% (3)
- D5% (2)
Community Discussion
No community discussion yet for this question.