I am creating a file download web page that has the ability to handle multiple downloads. Ideally, I would like to allow the user to select a folder and a web page to list files in a folder on the client side, but I do not think that this is possible without a browser plug-in.
Alternatively, is it possible to allow the user to select multiple files in the File / Open dialog box using Shift-click and Ctrl-click and list them?
To be clear, I do not want the user to have to specify each file separately, opening and closing the File / Open dialog many times.
I cannot use Flash or any other type of binary plugin, but jQuery is fine. I need to support IE7 +, Firefox and Safari.
source share