Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves the MIME encoding for the form.
Syntax
<FORM ENCTYPE = sType ... > |
FORM . encoding [ = sType ] |
Possible Values
sType | String that specifies or receives the format of the data being submitted by the form. |
The property is read/write. The property has 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 About Dynamic Properties .
Remarks
Microsoft® 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
|
FORM |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |