Which requirements need NOT be met so that file uploads work?

A.
The PHP directive file_uploads must be set to On
B.
The form’s method attribute must be set to “post”
C.
Safe mode must be turned off so that the uploaded file an be written to the server
D.
The form’senctype attribute must be set to “multipart/form-data”