When you’re uploading files you need to set the enctype of the form to __________
When you’re uploading files you need to set the enctype of the form to __________ Correct Answer multipart/form-data
Set the enctype of the form to multipart/form-data, which can accept files and standard form values.