all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

formEnctype attribute | formEnctype property

Used to override the encoding (formEnctype attribute) specified on the form element.

This property is read/write.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.19.6Internet Explorer 10

Syntax

HTML
<element formEnctype="sEnctype" ... >
JavaScript
object.formEnctype = sEnctype
sEnctype = object.formEnctype

Property values

Type: DOMString

String specifying one of the following:

application/x-www-form-urlencoded (default)

multipart/form-data

text/plain

Standards information

See also

HTMLInputElement
HTMLButtonElement
input type=submit
formMethod
formAction
formNoValidate

 

 

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.