National_Instruments
200-500 · Question #203
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
(28 responses)- A4% (1)
- B79% (22)
- C14% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.