Hello,
I have this small issue: I am generating PDF reports using jasper but IE
can't open them directly in the window.. in the best case scenario it opens
a separate Acrobat Reader window and displays the file there.. (I managed to
get reed of the Open/Save menu...)
this is what I've added to the response in the component...
response.setContentType("application/pdf");
response.setHeader("Content-Disposition", "inline; filename=" + file
+ ".pdf");
response.setContentLength(bytes.length);
it works fine on FFx btw :)
any ideas ?
thank you
--
Don't talk it, Walk it!