Hi all, please give me your solution, thanks.
I have many images, stored in Oracle database (BLOB),
How to display all of them (images) on a JSP page?
I have a working solution that only shows one image based on the specific image-name passed. But if no image found in the Database with that image-name then I want to show all the images at once on a JSP page. Can someone help please.
Thanks.
I have many images, stored in Oracle database (BLOB),
How to display all of them (images) on a JSP page?
I have a working solution that only shows one image based on the specific image-name passed. But if no image found in the Database with that image-name then I want to show all the images at once on a JSP page. Can someone help please.
Thanks.