Skip to content

Instantly share code, notes, and snippets.

@tarqd
Created January 16, 2013 07:59
Show Gist options
  • Save tarqd/4545399 to your computer and use it in GitHub Desktop.
Save tarqd/4545399 to your computer and use it in GitHub Desktop.
var formData = new FormData();
formData.append("image", imageBlobOrArrayBuffer, "cropped.png");
xhr.send(formData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment