RE: Workaround for IE "streamer bug"?

2003-10-31 Thread Bjørn T Johansen
acrobat!?? BTJ On Thu, 2003-10-30 at 19:41, Prabhat Kumar (IT) wrote: > JavaScript? > > -Original Message- > From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 1:36 PM > To: Struts Users Mailing List > Subject: RE: Workaround

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Bjørn T Johansen
As far as I can tell, this is the exact same code that I am using and this doesn't work on my IE (or at work) Are there any settings I can change on IE? BTJ On Thu, 2003-10-30 at 21:16, Nicholson, Robb wrote: > PDF files work OK for us. It displays right in Explorer (with the plug-in > from Adobe

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Nicholson, Robb
PDF files work OK for us. It displays right in Explorer (with the plug-in from Adobe). For files that Explorer does not know how to handle, I put in the content-disposition fix I got from this list, and that worked great. Here's the basics of my code... (The method "writeContent" is basically a l

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Bjørn T Johansen
ober 30, 2003 1:36 PM > To: Struts Users Mailing List > Subject: RE: Workaround for IE "streamer bug"? > > > Oki, that sounds like an idea :) > But how do I add a querystring to my url when submitting a form? > > BTJ > > On Thu, 2003-10-30 at 19:05, Prabha

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Prabhat Kumar (IT)
JavaScript? -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 1:36 PM To: Struts Users Mailing List Subject: RE: Workaround for IE "streamer bug"? Oki, that sounds like an idea :) But how do I add a querystring to my url when

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Bjørn T Johansen
9 PM > To: Struts Users Mailing List > Subject: Re: Workaround for IE "streamer bug"? > > > Well, I have tried both inline and attachment, the only difference is > that when using attachment I get question of where to save the file on > all the other browsers ins

RE: Workaround for IE "streamer bug"?

2003-10-30 Thread Prabhat Kumar (IT)
l Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 12:59 PM To: Struts Users Mailing List Subject: Re: Workaround for IE "streamer bug"? Well, I have tried both inline and attachment, the only difference is that when using attachment I get questi

Re: Workaround for IE "streamer bug"?

2003-10-30 Thread Bjørn T Johansen
D]> > 10/30/2003 07:05 AM > Please respond to "Struts Users Mailing List" > > > To: Struts Users Mailing List <[EMAIL PROTECTED]> > cc: > Subject:Workaround for IE "streamer bug"? > > > I have a l

Re: Workaround for IE "streamer bug"?

2003-10-30 Thread barantes
) 3231-1073 Solution WEB - Soluções Para Internet! www.solutionweb.com.br Bjørn T Johansen <[EMAIL PROTECTED]> 10/30/2003 07:05 AM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subje

Workaround for IE "streamer bug"?

2003-10-30 Thread Bjørn T Johansen
I have a little problem. I am using the following code to stream pdf files to the browser..: fis = new FileInputStream(filename); byte[] buf = new byte[fis.available()]; response.setHeader("Content-Disposition", "inline;filename=" + filename + ";"); response.setContentType("appl