cozy / cozy-photos-v2

Deprecated - New : https://github.com/cozy/cozy-drive/tree/master/src/photos - Personal Photo Gallery Manager
http://cozy.io
GNU Affero General Public License v3.0
27 stars 25 forks source link

Add Content-size header to the download file #188

Open bnjbvr opened 8 years ago

bnjbvr commented 8 years ago

If you add the content size header to the zip file being downloaded, one can have an idea of how big is the entire download and thus have a progression bar. As of today, there is no way to have this information and browsers show "Remaining size: unknown".

clochix commented 8 years ago

Awesome idea @bnjbvr, thanks for proposing to fix it, we may help you if you need ☺

bnjbvr commented 8 years ago

As far as I can tell, I haven't volunteered for writing a patch, nor submitting it. If you put a bounty on it, I'll reconsider it; in the meanwhile, any FTP server will do.