FormData object
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
Show:
