| Author |
Avoiding pop up block when downloading file in internet explorer
|
Y Jebin Jebin
Greenhorn
Joined: Feb 17, 2010
Posts: 1
|
|
I have written one application in Struts2 .
If i download content through Firefox/chrome browser it is working properly,but when i am going to download in Internet explorer then one popup is coming on top side and saying blocked this site from downloading files to your computer , so after right click on that popup and click on "Download this file" then next time it is not showing any security related popup.... so now i want to avoid that popup without changing any security setting in internet explorer because if i downloading anything from any side it will not showing any security related popup or not blocking that content...I am using InputStream in our config file as
<param name="contentType">application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</param>
<param name="inputName">inputStream</param>
<param name="bufferSize">4096</param>
Any help to solve this problem is really appreciated
Thanks in advance
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
You can't control behavior of a browser from Struts or anything on the server side...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Avoiding pop up block when downloading file in internet explorer
|
|
|