encoding property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the MIME encoding for the form.

Syntax

HRESULT value = object.put_encoding(BSTR v);HRESULT value = object.get_encoding(BSTR* p);

Property values

Type: BSTR

the format of the data being submitted by the form.

application/x-www-form-urlencoded

Value Condition

 

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

IHTMLFormElement::action

 

 

Build date: 6/12/2012