encodingencoding*
*



Contents  *



Index  *Topic Contents
*Previous Topic: dynsrc
*Next Topic: event

encoding

Description

Specifies the mime encoding for the form. This property corresponds to the HTML ENCTYPE= attribute.

Syntax

object.encoding[ = encoding]

Remarks

The default is "application/x-www-form-urlencoded". Internet Explorer 4.0 also recognizes "multipart/form-data", which with a POST method is required to submit a file upload to the server.

This property has read-write permissions, meaning you can change as well as retrieve its current value.

Applies To

FORM

See Also

action


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.