HBCMS更多的中文手册参考:

ENCTYPE Attribute | enctype参数属性

DHTML文档教程

Sets or retrieves the Multipurpose Internet Mail Extensions (MIME) encoding for the form.

dhtml语法

HTML<FORM ENCTYPE = sType... >
ScriptingFORM.enctype(v) [ = sType ]

DHTML可能的值

sTypeString 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.

Remarks

The enctype property was introduced in Microsoft® Internet Explorer 6. If backwards compatibility is required, use the encoding property.

internet explorer also recognizes multipart/form-data, which, along with a post method, is required to submit a file upload to the server.

是否符合公共标准

This property is defined in HTML 3.2 Non-Microsoft link and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

FORM

更多语法参考

action