Hey guys do you have any example to display blob images store in database(my sql server) and dispaly it on jsp whereby they call the images from the
servlets and display it on jsp four by four in a row?
And the image can also be display with its details like the prod color, prod name, prod price,etc.
My database is called : save_image
My attributes are:
id(int)
prodname(varchar)----name of image
prodcolor
prodImage(blob)
Thank you:D