codez-one / CZ.Azure.FileExchange

3 stars 1 forks source link

Allow to download many files in a folder #26

Open paule96 opened 2 years ago

paule96 commented 2 years ago

With newer browsers it is possible to access the files system of a user. (with limited access but possibel) To improve the download experience we should allow a button like download all, that will open a dialog to choose a folder and then the browser can create and download all files to that folder.

That will also allow us to controll how much parallel downloads we want.

More information can be found here:

https://web.dev/file-system-access/#opening-a-directory-and-enumerating-its-contents

paule96 commented 1 year ago

https://github.com/KristofferStrube/Blazor.FileSystemAccess

maybe this could help ✌️