If I store an image as a BLOBs in my database, and I use getBinaryStream to retrieve the value, how can I show it in a browser?
Created May 4, 2012
Alex Chaffee Use the same technique as you would use to display a file (or any other stream). See
http://www.jguru.com/jguru/faq/view.jsp?EID=159 and
http://www.jguru.com/jguru/faq/view.jsp?EID=3696
for more details.