Hi John,
Use a tool like HTTPWatch or similar and see what the actual content you
get back is... at least with HTTPWatch, you can save the content, and
then simply see if it loads in Acrobat.
The target should not make any difference, however, you could simply be
seeing a problem with the Acrobat plug-in, which isn't exactly unusual
unfortunately.
Frank
John MccLain wrote:
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]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]