Fred wrote:
Hi guys, I have to open a browse dialog window that allows selection of multiple files, basically for selection of multiple files to upload. Any ideas?
I believe You can't override the browser's file upload dialog, which only allows one file at a time unless you use a browser plug-in such as Flash or Java. But if you can allow multiple separate selections with a single upload, you might try
http://www.fyneworks.com/jquery/multiple-file-upload/ -- Scott