BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Zend Exam 200-710 Topic 7 Question 63 Discussion

Actual exam question for Zend's 200-710 exam
Question #: 63
Topic #: 7
[All 200-710 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Casie
6 months ago
Alright, php://input it is then. Thanks for the clarification, everyone.
upvoted 0 times
...
Dino
6 months ago
I was confused at first, but makes sense now. Definitely not $_FILES or $_POST.
upvoted 0 times
...
Latonia
6 months ago
I've seen php://input used in a script before for PUT requests.
upvoted 0 times
...
Herman
6 months ago
I agree with you. Using PUT, data doesn't show up in $_FILES.
upvoted 0 times
...
Rhea
6 months ago
Yeah, it's not straightforward. I think it's B) the input stream php://input.
upvoted 0 times
...
Casie
7 months ago
This question about HTTP PUT and PHP is tricky.
upvoted 0 times
...
Stanford
7 months ago
No, it's in the input stream php://input.
upvoted 0 times
...
Thea
7 months ago
Is it not in the $_FILES super-global?
upvoted 0 times
...
Laurel
7 months ago
B) the input stream php://input
upvoted 0 times
...
Lindsey
7 months ago
When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?
upvoted 0 times
...

Save Cancel