| Author |
how can i store picture in my database
|
rajesh roy
Greenhorn
Joined: Mar 23, 2007
Posts: 4
|
|
|
hello friends , i want to store picture in my data base. im working on java&using mysql as database.can any one can provide me code to generate it.
|
 |
Jenn Person
Ranch Hand
Joined: Jan 16, 2005
Posts: 89
|
|
Hi Rajesh, I don't know how to do it myself, but I did a quick search and found this which may help get you started: - http://www.servletsuite.com/servlets/upload.htm - http://www.frontiernet.net/~imaging/FileUploadServlet.html
|
 |
Manhar Puri
Ranch Hand
Joined: Aug 23, 2005
Posts: 41
|
|
Rajesh, You can convert the image data to a stream and then store this in a column of type BLOB. The website below provides the table design but the code is PHP. http://www.onlamp.com/pub/a/onlamp/2002/05/09/webdb2.html Other more generic solution, could be to store "the location of the image on the hard drive", in the database. -Manhar.
|
 |
 |
|
|
subject: how can i store picture in my database
|
|
|