Briefing Zend Knowledge

where would the information about this file be available?

When uploading a file to a PHP script using the HTTP PUT method, where would the information
about this file be available?

A.
the $_FILES super-global

B.
the input stream php://stdin

C.
the $_POST super-global

D.
the global variable scope