I want to download multiple files on click of a button in jsp. I am using the following code in the js to call one servlet twice.
var iframe = document.c
By design, non-user-initiated file downloads are blocked in IE. That inherently means that it should not be possible to download more than one file as the result of a single user-click.