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