XMLHttpRequest Demo: Sending FormData Objects
Enter some data, then click the button to trigger the request. Rather than submit the form with a page refresh, we're going to send the data using a FormData object.
FormData ObjectsEnter some data, then click the button to trigger the request. Rather than submit the form with a page refresh, we're going to send the data using a FormData object.