ByteArray to image in JSP
843838Aug 14 2006 — edited Aug 25 2009I got a mainframe transaction that returns me a TIFF image, on the fly i convert it to jpeg. After convertin it(im sure its working, i can save the image), i store the image in a byte array. Now i have the byte array in my JSP, but i dunno how to show the image in the browser! Anyone have any clue?
Thx a lot