23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

How to use resumable.js to track file upload progress #613

Open VeenaGangal opened 1 year ago

VeenaGangal commented 1 year ago

I need to display progress bar for file upload progress in React.js. How can we achieve this using resumable.js?