Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

append method

Adds or appends key/value pairs of data to a FormData object for use with XMLHttpRequest.

Internet Explorer 10

 

Syntax

var retval = FormData.append(name, value);

Parameters

name [in]

Type: any

Must be a string.

value [in]

Type: any

Can be a string or a blob.

Return value

Type: HRESULT

This method can return one of these values.

S_OK

Standards information

See also

FormData

 

 

Show:
© 2017 Microsoft