How to show images in div that stored in db
Posted
by plasticrabbit
on Stack Overflow
See other posts from Stack Overflow
or by plasticrabbit
Published on 2010-05-10T07:39:38Z
Indexed on
2010/05/10
7:44 UTC
Read the original article
Hit count: 188
I decided to store uploaded to servlet pictures in DB. But how to show them in browser (in particular div with css image-background style) without page reload?
In details: I have an full-AJAX web client that works with java servlet.
Thanks.
© Stack Overflow or respective owner