Briefing Zend Knowledge

where would the file data be found?

When uploading a file to a PHP script using the HTTP PUT method, where would the file
data be found?

A.
the global variable scope

B.
the $_FILES super-global

C.
the input stream php://input

D.
the $_POST super-global

Explanation: