Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Streaming image from servelt to html using jsp or servlet

843836Aug 5 2003 — edited Aug 5 2003
I would like to use pure java (JSP and or Servlet) to load image (Blob) from database and stream its data to html. I know that I can do it with Oracle Media and or other third part, but I would like to implement it to use in any database type. I also, don't want to save temp image from database and load it with html. I want do load from database using java and display it as following:
<img src ="myimage.jsp">

I am very thank you for your help.

Ezequiel Silvestre Roberto
http://www.itaso.com
ezequiel.s.roberto@itaso.com
Brazil
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2003
Added on Aug 5 2003
1 comment
130 views