Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fetch('//:8081/file_upload', {
  2.   method: 'POST',
  3.   body: new FormData(document.getElementById('uploader')
  4. })
  5. .then(function (response) {
  6.   console.log(response);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement