Re: Displaying a image from a MySQL Blob field

2005-08-04 Thread Frank W. Zammetti
Because your dealing with a database, you may want to try the DownloadAction... it will deal with at least some of the details. IIRC, somewhere on the Wiki is an example I wrote of using it specifically returning an object from a database. II-DON'T-RC, ping me, I know I've done it at some poi

Re: Displaying a image from a MySQL Blob field

2005-08-04 Thread Wendy Smoak
From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> I am writing a Struts application which needs to read a database, fetch an image inside a blob field and display it in a JSP page in two different ways: - Within a thumbnail size inside a column of a normal html . Which means the image needs

Displaying a image from a MySQL Blob field

2005-08-04 Thread C.F. Scheidecker Antunes
Hello all, I am writing a Struts application which needs to read a database, fetch an image inside a blob field and display it in a JSP page in two different ways: - Within a thumbnail size inside a column of a normal html . Which means the image needs to be resized for displaying purposes. Al