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.

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".

Internet Explorer 10

 

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.

MethodDescription
append

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

 

Standards information

See also

append

 

 

Show:
© 2017 Microsoft