aspose file tools
The moose likes JSP and the fly likes Displaying bytearray content in iframe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Displaying bytearray content in iframe" Watch "Displaying bytearray content in iframe" New topic
Author

Displaying bytearray content in iframe

rachana ravali
Ranch Hand

Joined: Jun 20, 2006
Posts: 32
Hi , I have a requirement where I have to display a pdf in iframe or part of the webpage. Is there any way on displaying the content in bytearray in iframe .I have searched in web, but i can see options where iframe can only display contents from a file located on server. I am getting bytearray from a service. I have to use this byte array and display it in form of pdf in lower half of the webpage.I am using struts. Please advice. Thanks in advance.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

JSPs should not be used for displaying binary content. Add just one enter between to JSP tags and that enter goes into the response, breaking the binary data. Servlets on the other hand can write the contents to the response output stream without a problem. You can use one as the source of the iframe.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Displaying bytearray content in iframe
 
Similar Threads
Open PDF or word doc or text file from byte array data using JSF.
Issue in Iframe
Convert PDF into HTML
getting error while displaying PDF from jsp
Open PDF in new window