nerdexam
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)
  • A
    72% (26)
  • B
    17% (6)
  • C
    8% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice