In the servlet,I have an image which is retrieved from database using BufferedOutputStream.I would like to display the same in my JSP iframe.
<iframe name = "myInlineFrame" src ="SiServlet" width="100%" height="300" >
</iframe>
view
The above code opens the image as separate bmp file only not inside the iframe.