Sets or retrieves the MIME encoding for the form.
dhtml语法
HTML | <FORM ENCTYPE
= sType... >
|
---|
Scripting | FORM.encoding [ = sType ] |
---|
DHTML可能的值
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
更多语法参考
action