nerdexam
Zend

200-710 · Question #218

Which of the following is NOT a requirement for file uploads to work?

The correct answer is C. The form must include a hidden input element with the name set to "MAX_FILE_SIZE". See the full explanation below for the reasoning.

Web Features

Question

Which of the following is NOT a requirement for file uploads to work?

Options

  • AThe PHP directive file_uploads must be set to On
  • BThe form's method attribute must be set to "post"
  • CThe form must include a hidden input element with the name set to "MAX_FILE_SIZE"
  • DThe form's enctype attribute must be set to "multipart/form-data"

How the community answered

(18 responses)
  • A
    6% (1)
  • C
    83% (15)
  • D
    11% (2)

Topics

#file upload#enctype#MAX_FILE_SIZE#form requirements

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice