Guest User

Untitled

a guest
Jun 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. fetch(cloudinaryUrl,
  2. {
  3. method: 'POST',
  4. mode: 'cors',
  5. credentials: 'include',
  6. headers: {
  7. 'Access-Control-Allow-Credentials': true,
  8. 'Content-Type': 'application/x-www-form-urlencoded',
  9. 'Access-Control-Allow-Origin': '*'
  10. },
  11. body: formData
  12. }
  13. )
Add Comment
Please, Sign In to add comment