blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Keep a file queue on multiple simultaneous uploads for a zip of all files

Open Gerrit0 opened this issue 3 years ago • 5 comments

This would be very helpful when transferring a few dozen images from an iPhone to PC, it would be great to download all of them at once rather than hitting save after each file transferred.

Gerrit0 avatar May 30 '21 02:05 Gerrit0

@Gerrit0 From what I understand, this would allow multiple files that were received to be downloaded together as one zip file?

blenderskool avatar May 30 '21 12:05 blenderskool

Yep, that was the idea

Gerrit0 avatar May 30 '21 13:05 Gerrit0

@Gerrit0 Right, I see, this was the behavior in v1.x. But the issue which I and few others felt was that it adds friction to the experience as you have to manually unzip the zip file once you receive it.

It does make sense when you have a lot of files, but having a large number of files being zipped on the browser would add overheads to file transfer speeds too :confused:

blenderskool avatar Jun 07 '21 16:06 blenderskool

Perhaps just a checkbox to pick one one behavior or the other? I agree that it definitely would add friction with a small number of files transferred (<3 ?)

Gerrit0 avatar Jun 09 '21 01:06 Gerrit0

Gave this some more thought, and I think we can try the following flow:

  • User selects > 1 no. of files:
    • If the no. of files < 5:
      • Proceed with sending each file individually.
    • else:
      • Show a modal to the user with two options. One to send individually and other to send all as a single zipped file.

Open to suggestions or alternate ideas.

blenderskool avatar Jan 22 '22 15:01 blenderskool