Zend
200-550 · Question #226
Which requirements need NOT be met so that file uploads work?
The correct answer is C. Sate mode must be turned off so that the uploaded file an be written to the server. See the full explanation below for the reasoning.
Question
Which requirements need NOT be met so that file uploads work?
Options
- AThe PHP directive file_uploads must be set to on
- BThe form's method attribute must be set to "post"
- CSate mode must be turned off so that the uploaded file an be written to the server
- DThe form's enctype attribute must be set to "multipart/form-data"
How the community answered
(64 responses)- A8% (5)
- B5% (3)
- C72% (46)
- D16% (10)
Community Discussion
No community discussion yet for this question.