spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
342 stars 50 forks source link

Download-Progress #41

Closed YazanZebak closed 5 years ago

YazanZebak commented 5 years ago

When working with mid-size or large files it's actual always required to have a kind of progress information. Especially, when the connection is pretty busy and you want to inform your client/user with a progress-bar while downloading. what can I do to get such information while downloading a file ?