0 out of 1 rated this helpful - Rate this topic

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

 

 

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.