Form.encoding (Property)

The type of encoding that the form needs to undergo during submission.

Availability:

JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-myForm.encoding
HTML syntax:<FORM ENCTYPE="...">

This value corresponds to the ENCTYPE="..." tag attribute in the <FORM> tag that represents this form object.

This specifies a MIME type for the form when it is submitted to a server.

Warnings:

See also:JellyScript, MIME types