Download Multiple Files Without Using Zip File
问题 I have a generic handler Document.ashx that creates Word documents on the fly by reading information from the querystring like this Document.ashx?clientid=123&documentid=10 and it works perfectly. I need to create an interface with a list of checkboxes and a Download All button. The best idea I've had so far is to use something like this to make the calls to the handler. $("body").append("<iframe src='Document.ashx?clientid=123&documentid=10'></iframe> <iframe src='Document.ashx?clientid=123