Which of the following is NOT a requirement for file uploads to work?
The PHP directive file_uploads must be set to On
The form's method attribute must be set to "post"
The form must include a hidden input element with the name set to "MAX_FILE_SIZE"
The form's enctype attribute must be set to "multipart/form-data"
Submit