I know I have seen websites that have allowed me to download multiple files at the same time. I clicked a link, got a warning that multiple files are coming my way, and then selected a folder where to place them all. Unfortunately I don't remember any specific sites anymore.
Now I'd like to add this feature to a website I'm developing myself, but I cannot find how to do it. Even searching google and here on SO yields nothing (or maybe I haven't figured out the right keywords).
So - anyone know how is this done? I know that it DIDN'T involve any custom plugins to the browser.
Added: A colleague showed me one such site, here's a screenshot:
Although this gave me multiple Save-as dialog boxes, it's still better than nothing. Also in the developer tools I saw that it downloaded the files first via the Fetch API and then somehow made the Save-as dialogs appear via Javascript.
Anyone knows how this is done?