Sets or retrieves the MIME encoding for the form.
Syntax
HTML <FORM ENCTYPE = sType ... > Scripting object.encoding [ = sType ]
Possible Values
sType String that specifies the format of the data being submitted by the form. The property is read/write with a default value of application/x-www-form-urlencoded.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
Internet Explorer 4.0 also recognizes multipart/form-data, which, along with a POST method, is required to submit a file upload to the server.
Applies To
See Also