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.
Sate mode must be turned off so that the uploaded file an be written to the server
D.
The form’s enctype attribute must be set to “multipart/form-data”
“Safe mode” not “Sate mode”
0
0
Correct answer is C
0
0