Vidyalelo
PHP · Q52

HTML Forms Handling

Programming · PHP · question 52

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
Answer
D.
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.