| Author |
BLOB to image file
|
Avik Mazunder
Ranch Hand
Joined: Jun 27, 2012
Posts: 39
|
|
|
How can I get back image from BLOB...
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
You need to write a servlet that will retrieve the BLOB image from the database and output it on the servlet response outputstream as an image MIME object.
JSF isn't designed for doing this kind of stuff itself, but JSF apps can use those kinds of servlets very nicely.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: BLOB to image file
|
|
|