aws-solutions / simple-file-manager-for-amazon-efs

Serverless web application to manage data in your Amazon EFS Filesystem
Apache License 2.0
81 stars 30 forks source link

Allow Multiple file selection in the upload dialog #155

Open brandold opened 3 years ago

brandold commented 3 years ago

Users would like a way to allow multiple files to be uploaded / downloaded / deleted.

For upload, I'm picturing drag and drop functionality - or the option to upload an entire folder.

For download and delete, a bulk modify option that presents check boxes next to the file objects.

brandold commented 3 years ago

Related issue #12

tallulahh commented 7 months ago

Hey all, while working on a project we required this feature. I have raised the following PR with the code that enabled us to select multiple files and upload them - https://github.com/aws-solutions/simple-file-manager-for-amazon-efs/pull/218

Feel free to make any comments