Re: images stored in database

2000-05-03 Thread D. J. Hagberg
One thing to remember is that JSP pages were designed for *text* output, like text/plain, text/html, or text/xml. Binary data should be output by *Servlets*, not JSP's. -=- D. J. Antonio Jimenez wrote: > i trying to view images stored in database > the mime

Re: images stored in database

2000-05-03 Thread Antonio Jimenez
000-05-03 13:07 > Please respond to A mailing list about Java Server Pages specification and > reference > > To: [EMAIL PROTECTED] > cc: > Subject:images stored in database > > hi, > > i trying to view images stored in database >

Re: images stored in database

2000-05-03 Thread Robert Claeson
: [EMAIL PROTECTED] cc: Subject: images stored in database hi, i trying to view images stored in database the mime-type image/gif, image/bmp and image/tif(with plugin) work but image/jpg don't work i am using JSWDK 1.0 on NT and t

images stored in database

2000-05-03 Thread Antonio Jimenez
hi, i trying to view images stored in database the mime-type image/gif, image/bmp and image/tif(with plugin) work but image/jpg don't work i am using JSWDK 1.0 on NT and the detail co