Can the WebDialogWindow be used to download one or more pdf files from the website? I can't seem to find any examples for this.
You can, if you put one or moer asp:FileUpload controls on it. The FileUpload controls will have to do a full page postback.
-Eric
I have seen examples of single file download, but not multiple files. How would I do multple files? Having multiple controls is fine, but if you can only do one file per control, that isn't really a multple file download.