Help us improve the quality of our code samples by answering this brief survey: http://bit.ly/sample-demo object lets you compile a set of key/value pairs to send using XMLHttpRequest . Its primarily intended for use in sending form data, but can be used independently from forms in order to transmit keyed data. The transmitted data is in the same format that the form's submit() method would use to send the data if the form's encoding type were set to "multipart/form-data". Creating a FormData object from scratch You can build a FormData object yourself,
Read full article from Using FormData Objects - Web developer guide | MDN
No comments:
Post a Comment