Question:What is the use of "enctype" attribute in a html form?
Answer The enctype attribute determines how the form-data should be encoded when submitting it to the server. We need to set enctype as "multipart/form-data" when we are using a form for uploading files
+ Report
What is the use of "enctype" attribute in a html form?