Fórum

reterive image from db

sasmita swain, modificado 11 Anos atrás.

reterive image from db

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
hi

how to retreive image from database in jsp???

Thanks

Sasmita
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: reterive image from db

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
What's wrong with just retrieving a binary field from database? What's the exact problem you're having?
thumbnail
Nikhil Nishchal, modificado 11 Anos atrás.

RE: reterive image from db

Regular Member Postagens: 177 Data de Entrada: 22/06/12 Postagens Recentes
From which table or using which service you are trying to fetch image.
What type of problem or error (log) you are getting.
Can you elaborate your problem?
sasmita swain, modificado 11 Anos atrás.

RE: reterive image from db

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
hi

i am trying to retreive image from database..
code is
<td rowspan="4" image src='<%=shoppingitem.getMediumImage() %>"

but it is not working..

how to do?

Thanks

Sasmita
sasmita swain, modificado 11 Anos atrás.

RE: reterive image from db

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
Nikhil Nishchal:
From which table or using which service you are trying to fetch image.
What type of problem or error (log) you are getting.
Can you elaborate your problem?



i am trying to retrive image from shoppingitem table..
thumbnail
Nikhil Nishchal, modificado 11 Anos atrás.

RE: reterive image from db

Regular Member Postagens: 177 Data de Entrada: 22/06/12 Postagens Recentes
try:
<td rowspan="4"><img src='<%=shoppingitem.getSmallImageURL() %>"/>