I want visitors of my websites to select a directory with files and then process them in JavaScript. I know how to let them select lots of individual files but not whole directories, which is pretty important here.
How can it be done? The processing of the files must be done in JavaScript. It should work in newest Firefox, Chrome and, if possible, IE.
I cannot tell them to zip the files and then select the zip since it can be a few GB of files to process.
Maybe Flash could help?