all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
3 out of 8 rated this helpful - Rate this topic

enctype attribute | encoding property

Sets or retrieves the MIME encoding for the form.

Syntax

HTML<element enctype="p" ... >
JavaScript

p = object.encoding

Property values

Type: String

the format of the data being submitted by the form.

application/x-www-form-urlencoded

Default value.

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.

See also

form
action

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.