Have a servlet that fetches the data from the db and streams it? Set the content type in the response to image/jpeg or whatever and in your html do: <img src="/ImgServerServlet?id=12" alt="this is a db image">
hth, stu >>> [EMAIL PROTECTED] 05/07/04 04:37PM >>> Hi. Actually I'm storing images on the DB. Until there, everything is OK. The problem is displaying it again in the browser. In the mailing list I found something like implement a RawScreen from Turbine, but I didn't understand it... Does anybody knows how can I display a java byte[] data as a jpg on the browser??? Thank you very much!! Carlos. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
