Help for Avoiding block for download file in internet explorer - TechRepublic
General discussion
November 21, 2009 at 10:00 AM
sachinak47

Help for Avoiding block for download file in internet explorer

by sachinak47 . Updated 15 years, 3 months ago

Hi All,
I have written one programme in jsp for download content from server to my local machine like our shopping cart example…
Now If i download content through Firefox browser it is not giving any problem but same content from same page i am going to download in Internet explorer then one popup is coming on top side and saying blocking this content from unauthorized site and that time my program throws Broken pipe exception. 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 broken pipe exception 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…. so i want to know is there any mechanism to write a program in JSP,Servlet in sach a way that my problem will solve.

This discussion is locked

All Comments