How to display stored image on web page? - Mailing list pgsql-general

From Bernie
Subject How to display stored image on web page?
Date
Msg-id 369DD5BA.DBD0A6B4@att.net
Whole thread Raw
Responses Re: [GENERAL] How to display stored image on web page?  (Oleg Broytmann <phd@sun.med.ru>)
List pgsql-general
Now that I've stored several jpg's in my
database as large objects, I'm trying to
display them on a web page using a java servlet.
Im my servlet, I've changed the content type
to image/jpeg - response.setContentType("image/jpg");
When the web page is loaded, all I see is the ID
number of the image.  How do you display the
stored image on the web page?  An example in ANY
language would be appreciated.

-Thanks

pgsql-general by date:

Previous
From: drpark
Date:
Subject: subscribe
Next
From: Stefan Kapfhammer
Date:
Subject: ...