本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

enctype

Specifies the MIME type for the element data being sent to the server.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
2.0+1.0+1.0+4.0+1.0+

Usage

[type-of-encoding]

Values

*Specify a value for enctype that is not on this list.
application/x-www-form-urlencodedDefault encoding.
text/plainEncoding to use to avoid hex encoding.

Availability

W3C HTML 4.01

Related