Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transferring more than 10 files with Google Chrome #163

Open
bstrochkov opened this issue Mar 19, 2023 · 5 comments · Fixed by #174
Open

Transferring more than 10 files with Google Chrome #163

bstrochkov opened this issue Mar 19, 2023 · 5 comments · Fixed by #174
Labels
bug Something isn't working

Comments

@bstrochkov
Copy link

As far as I understand, Chrome limits the number of files that could be downloaded in one transfer to 10. Both on Mac and Android's Chrome. This prevents me from transferring more than this amount of files in one go. I need to select 10 files, transfer, repeat... Otherwise, if I select 20 files, only 10 are being transferred and no errors shown.

Would be nice to have some automated workaround for this

@blenderskool blenderskool added the bug Something isn't working label Mar 22, 2023
@blenderskool
Copy link
Owner

Is this only on Chrome? Have you tried on other browsers?

There are plans to compress multiple files to single zip file which should help here #121

@bstrochkov
Copy link
Author

Tried using Safari on Mac as a receiver, and there the limit is 2 files at once. Same as in Chrome, anything more than that is seemingly being transferred but not being saved

@blenderskool
Copy link
Owner

Hmm, I didn't know there were different limitations across browsers.

@ddelange
Copy link

ddelange commented Aug 2, 2024

I can confirm that all files are sent, but only the first 10 files end up in my Downloads folder (Chrome for Mac).

fwiw, in Chrome specifically (also on Android I can see it) site settings has the 'automatic downloads' option, where the user will get a popup "blaze.vercel.app wants to download multiple files" -- user clicks Allow and then the site can dump as many files as it likes into the downloads. similar to camera permissions etc.

I'm not sure how this API can be adopted by the site though: manually allowing 'automatic downloads' in the site settings won't make a difference at the moment, the bug still occurs.

edit: here's a reproducible example how to trigger this popup on chrome (src)

@ddelange
Copy link

ddelange commented Aug 2, 2024

maybe blaze can switch from downloadjs to multi-download?

image

it is more recently maintained and seems to do the job reliably

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants