sharedrop icon indicating copy to clipboard operation
sharedrop copied to clipboard

When uploading multiple files, ask whether to send them right away

Open ghost opened this issue 3 years ago • 2 comments

If the user sends multiple files, they will be compressed first and then the interface will ask whether to send the files. But it requires waiting for the files to be compressed and then picking up the phone again and clicking "send". But if it was possible to confirm "send" right away, it would make it one less step.

ghost avatar Nov 02 '21 13:11 ghost

Unfortunately, enabling the app to send multiple files one after another would be much more work. This is just a workaround. You could archive all files before sending them to avoid doing it in the browser, but I understand it might not be easy on the phone.

szimek avatar Nov 03 '21 11:11 szimek

I'm not sure if you understood me though. I didn't mean sending multiple files one after another. I meant that now it happens this way:

  1. The user chooses multiple files.
  2. The website is showing a progress circle indicating that the files are being compressed.
  3. Once compressed, the website asks the user to confirm sending.

I suggest to make it this way:

  1. The user chooses multiple files.
  2. The website asks the user to confirm sending, while beginning compression at the same time. When the files have been compressed, they are immediately sent, without an additional dialogue box.

So the dialogue box to confirm sending the files which are to be compressed is shown right away, eliminating one step.

ghost avatar Nov 03 '21 11:11 ghost