How to display stored image on web page?

Поиск
Список
Период
Сортировка
От Bernie
Тема How to display stored image on web page?
Дата
Msg-id 369DD5BA.DBD0A6B4@att.net
обсуждение исходный текст
Ответы Re: [GENERAL] How to display stored image on web page?  (Oleg Broytmann <phd@sun.med.ru>)
Список 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 по дате отправления:

Предыдущее
От: drpark
Дата:
Сообщение: subscribe
Следующее
От: Stefan Kapfhammer
Дата:
Сообщение: ...