| Author |
image store and retrieve
|
Namrta Pandey
Ranch Hand
Joined: Jul 22, 2008
Posts: 36
|
|
Hi,
My problem is that I want to upload images in JSP and save it in a table of MS Access. Then on another JSP I want to show all the images along with their details. Please tell me that what should be the column type of image and code to store and retrieve images from/to JSP page.
Thanks in Advance.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
Images are typically stored in a BLOB (binary large object.) Have you seen the JDBC tutorial yet? It has a section on BLOBs.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: image store and retrieve
|
|
|