Q52
When you’re uploading files you need to set the enctype of the form to __________
A.
text
B.
text/file
C.
multipart/form-data
AnswerD.
multimedia/form-data
Answer: Option C
Solution
Answer: Option C
Solution:
Set the enctype of the form to multipart/form-data, which can accept files and standard form values.