Storing html along with images in database as Blob
807569May 30 2006 — edited May 30 2006Hi,
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?