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.
Contains a set of key/value pairs to send form data. The data is sent in the same format as using the submit method on a form with formEnctype set to "multipart/form-data".
![]() |
Syntax
var oMyFormData = new FormData();
DOM Information
Inheritance Hierarchy
The FormData does not inherit from any class or interface.Members
The FormData object has these types of members:
Methods
The FormData object has these methods.
| Method | Description |
|---|---|
| append |
Adds or appends key/value pairs of data to a FormData object for use with XMLHttpRequest. |
Standards information
- XMLHttpRequest, Section 4
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012
