muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
336 stars 46 forks source link

[Bugfix] Fix fetch post request in React example #73

Closed clearlyTHUYDOAN closed 2 years ago

clearlyTHUYDOAN commented 2 years ago

Description

Once there was bad fetch. Now there is good fetch 🌈

How did I verify this?

Ran it against my express server where the endpoint returns the url instead of the whole JSON response.

https://user-images.githubusercontent.com/22087604/154776461-de9c634a-7a21-4fd6-813a-6971556ad870.mp4