| Author |
How can i display image .bmp in a JSP !!! Thanks !!!
|
mebarkia med
Greenhorn
Joined: Apr 04, 2004
Posts: 5
|
|
Hi, I'm saving image files .bmp in the database I'm using SQL Server and Access. Then, I have to retrieve this file and show the image in a JSP. How can I do this? Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56180
|
|
|
Convert it to a JPG or GIF file before saving it to the db. BMP is a Windows-proprietary format (and a hideously inefficient one at that) that is not a native web format.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
mebarkia med
Greenhorn
Joined: Apr 04, 2004
Posts: 5
|
|
|
but i have +5000 images .BMP in may database.
|
 |
 |
|
|
subject: How can i display image .bmp in a JSP !!! Thanks !!!
|
|
|