nerdexam
Zend

200-710 · Question #16

What super-global should be used to access information about uploaded files via a POST request?

The correct answer is D. $_FILES. See the full explanation below for the reasoning.

Web Features

Question

What super-global should be used to access information about uploaded files via a POST request?

Options

  • A$_SERVER
  • B$_ENV
  • C$_POST
  • D$_FILES
  • E$_GET

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    3% (1)
  • C
    5% (2)
  • D
    79% (31)
  • E
    3% (1)

Topics

#$_FILES#file upload#superglobals#HTTP POST

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice