Zend
200-530 · Question #218
When uploading a file to a PHP script using the HTTP PUT method, where would the information about this file be available?
The correct answer is B. the input stream php://stdin. 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 information about this file be available?
Options
- Athe $_FILES super-global
- Bthe input stream php://stdin
- Cthe $_POST super-global
- Dthe global variable scope
How the community answered
(68 responses)- A6% (4)
- B79% (54)
- C10% (7)
- D4% (3)
Community Discussion
No community discussion yet for this question.