How to send an image (byte[]) from a servlet to an HTML page

Bkdenice

New Member
I have an image in the form of byte[] in a servlet. I want to send this image to an html (or a JSP page) page by forwarding request to that html (or JSP). Please tell me how would i do that, and how that image would be displayed on HTML page.
 
Back
Top