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)- A6% (1)
- C83% (15)
- D11% (2)
Topics
#file upload#enctype#MAX_FILE_SIZE#form requirements
Community Discussion
No community discussion yet for this question.