nerdexam
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)
  • A
    4% (1)
  • B
    79% (22)
  • C
    14% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice