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

methods to select a bunch of files at ones #97

Closed
hpvd opened this issue Jul 6, 2016 · 2 comments
Closed

methods to select a bunch of files at ones #97

hpvd opened this issue Jul 6, 2016 · 2 comments
Labels

Comments

@hpvd
Copy link

hpvd commented Jul 6, 2016

If one once has a great file uploader like uppy, there will be use cases where more then some files should be uploaded

  • load files for backups to a server
  • transfer a complete "project folder"
  • ...

with this it's important to have methods to select a bunch of files at ones
e.g.

  • select a range: only click on first and last file
  • select a complete folder

sure from local this is possible via drag and drop. But should be also supported for other location

@hpvd
Copy link
Author

hpvd commented Aug 17, 2016

common ways on this:

  • allow strg + mouse click (each file)
  • shift +mouse click (first and last)
  • "drawing" a light tented transparent rectangle over files by hold mouse button and move mouse (from upper left to lower right corner of rectangle): every file (icon/preview/name) completely covered by the rectangle is selceted.

@arturi
Copy link
Contributor

arturi commented Aug 19, 2017

Added to backlog, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants