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

Posted by: Pdfprep Category: 200-710 Tags: , ,

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

Leave a Reply

Your email address will not be published.