append method
Adds or appends key/value pairs of data to a FormData object for use with XMLHttpRequest.
![]() |
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
- XMLHttpRequest, Section 4
See also
Show:
