| Author |
Saving div area in mysql database
|
pravin rasal
Ranch Hand
Joined: Jul 27, 2011
Posts: 50
|
|
hi,
I developed one web application using spring and JavaScript(j query) and I have created div in JavaScript and on that div I have created more than one images and when I click on save button i want to save all images on to the database and when I retrieve that image from database as it is again displayed on that div.
So how to get all images from that div and store into the database and retrieve again.......
|
 |
Palash Nandi
Ranch Hand
Joined: Jul 09, 2009
Posts: 34
|
|
pravin rasal wrote: i want to save all images on to the database and when I retrieve that image from database as it is again displayed on that div.
So how to get all images from that div and store into the database and retrieve again.......
I think images are never saved in the Database, but in a shared folder or in the server. Though their path/names may be saved in the database.
If that is how you are using them then, you just need to save the paths/names of images which are string and generate html code using JavaScript in the DIV tag. ( If you write the proper html code then, the browser will automatically load the images without reloading the page ).
|
A TubeBulb May light slowely... But it lights the Brightest..
|
 |
 |
|
|
subject: Saving div area in mysql database
|
|
|