DEV Community

Discussion on: Upload file using Fetch and calc the progress using readable streams not work as expected (Browser)

Collapse
 
benjioe profile image
Benjioe • Edited

I think to upload file using fetch, you have to use a FormData.
But fetch is not able to track progress, for now you have to use XMLHttpRequest or a node package.