FormData object

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.
3 out of 7 rated this helpful - Rate this topic

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

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.