You can do this although it's not very common and I don't know as I would recommend it.
Caveats: - HTML 4.0 and up only - Use object tag instead of img - Still can't mix text and binary, your raw image data will have to be converted to base64 or such either on the fly or in store. see http://www.w3.org/TR/REC-html40/struct/objects.html look for inline vs external data. another small example can be found at http://tutorials.findtutorials.com/read/category/89/id/318 good luck Rog. Mehmet Ugur Kuzu (LinkPlus) wrote: > Hello, > > Is there a way to display images from database blob fields within only jsp, > i know that it is impossible because of you can not handle an another > outputstream > within jsp. > > But this is a very critical for our application design. > > sincerely , > Ugur > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
