rndme / download

file downloading using client-side javascript
MIT License
2.28k stars 417 forks source link

Download progress not showing in browser #121

Open saadkhan8573 opened 1 year ago

saadkhan8573 commented 1 year ago

Hi Team, I added downloadjs in my Next js project and i am downloading a zip file and its working fine but its download on the background, if i have a 500 mb data so i want to download that so its download on backend and i will never see any progress of downloading and once this all will download so then i will suddenly see the downloaded file so its a bit confussion thing, so i want to download this on browser with progress bar like other softwares download so how can i achive this?