enctype enctype gets/sets the content type of the FORM element. Syntax enctype = form.enctype form.enctype = enctype Parameters enctype is a string. Example form.enctype = "application/x-www-form-urlencoded"; Notes The encoding type is generally "application/x-www-form-urlencoded". Specification enctype
enctype gets/sets the content type of the FORM element.
enctype = form.enctype form.enctype = enctype
enctype is a string.
form.enctype = "application/x-www-form-urlencoded";
The encoding type is generally "application/x-www-form-urlencoded".
enctype