Skip to Main Content

Java Programming

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!

Storing html along with images in database as Blob

807569May 30 2006 — edited May 30 2006
Hi,

I have an html in which some images are embedded using image tags.Now I want to store this HTML as BLOB object such that both are stored in the same location, so that they can be retrieved using a jsp.
Right now when I store the HTML, it gets properly displayed using jsp but the images are not displayed as images are stored locally.

Can anyone suggest some approach for this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2006
Added on May 30 2006
4 comments
546 views