Zend
200-550 · Question #197
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.
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
(38 responses)- A3% (1)
- B18% (7)
- C71% (27)
- D8% (3)
Community Discussion
No community discussion yet for this question.