When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?
A . the $_FILES super-global
B . the input stream php://input
C . the $_POST super-global
D . the global variable scope
Answer: B
When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?
A . the $_FILES super-global
B . the input stream php://input
C . the $_POST super-global
D . the global variable scope
Answer: B