How to download multiple files in one shot in IE

前端 未结 4 1006
Happy的楠姐
Happy的楠姐 2021-01-05 05:40

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         


        
4条回答
  •  情书的邮戳
    2021-01-05 05:59

    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.

提交回复
热议问题