View Single Post
  #2 (permalink)  
Old 07-24-2007, 12:56 AM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
That JSP should return a byte stream that describes the image. The actual content of the byte stream is determined by the image itself and the format it is in.

You could also just write the image to a file and generate HTML that points to that file.
Reply With Quote