I am able to download a PDF document by
response.setContentType( mimeType );
response.setHeader( "Content-Disposition", "attachment;filename=" +
fileName );

HOWEVER, This only SEEMS (may be masking another failure) to work when I
have a blank target (_blank) window to stream the response into. Why is
that?
Why can't it simply overwrite the window I am in? How can I determine if
this is a problem with my data stream (pdf) or  the target window I am
streaming into?

John McClain
Senior Software Engineer
TCS Healthcare
[EMAIL PROTECTED]
(530)886-1700x235
"Skepticism is the first step toward truth"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to