I have jquery multi-file working as shown in link text. However, what I really need is to be able to select a folder, then every file contained in the selected folder to be listed, at which the user could then remove any unwanted files before hitting 'upload.'
Has anyone done this with jquery multi-file upload? Would it be difficult to modify multi-file.js to make it do this? Are there any other open-source possibilities? I would love to use the ASP.NET FileUpload control without any javascript but it seems rather limited [I have virtually no javascript knowledge...yet].
Any insights, tips or suggestions would be greatly appreciated!