The form enctype attribute value "**multipart/form-data**" should be used in combination with the INPUT element, type="file".
The form enctype attribute value "multipart/form-data" should be used in combination with the INPUT element, type="file".
The enctype attribute specifies the content type used to submit the form to the server (when the value of method is "post"). The default value for this attribute is "application/x-www-form-urlencoded".