Download multiple files in the browser to a local PC using FileSystemDirectoryHandle
of the File System API.
Depends on window.showDirectoryPicker
. Check compatibility here. Works on chromium based desktop browsers (e.g. Edge, Chrome).
- HTML+JS example in HtmlJsExample
- React example in ReactExample