| Author |
Error while opening a pdf file in IE7
|
Danush Karthik
Greenhorn
Joined: Mar 31, 2008
Posts: 7
|
|
I try to open a pdf file in a servlet by setting the content disposition header to 'inline' so that the pdf opens in the same window. I am able to open the same in the IE6 browser but when I try to open the same in IE7 I get a blank page being displayed. I use the response.getOutputStream to write the byte array of the pdf to the screen. If any of you have encountered similar kind of problem and have got a solution, please post a reply.
|
 |
Scott Escue
Ranch Hand
Joined: Jan 20, 2005
Posts: 34
|
|
Danush, Can you post the code from your servlet? Setting the Content-disposition header to inline is working for me in both IE7 and Firefox2.
|
 |
 |
|
|
subject: Error while opening a pdf file in IE7
|
|
|