FormData
Summary
FormData is an interface that helps to create a set of key-value pairs representing form fields and their values intended to be sent using XMLHttpRequest.
Properties
No properties.
Methods
append
:
Events
No events.
See also
Related articles
XHR
Attributions
Mozilla Developer Network : [FormData Article]
Microsoft Developer Network: [Windows Internet Explorer API reference Article]