Page 1 of 1

Image from blob field

Posted: Sat Mar 04, 2017 1:13 pm
by devid13
I have a mysql table with a blob field where i stored JPG images.
How can i insert the image in a report?
My test:
- In the report select query I have inserted the blob field (select * from...)
- Then in report builder I have inserted an image object.
- In the field properties value of image object I have inserted the blob filed name
But when I try to view the report the message is: "FPDF error: Image file has no extension and no type was specified: ..."
What's wrong?

Re: Image from blob field

Posted: Fri Apr 28, 2017 10:02 pm
by Henk_2a
devid13 wrote:I have a mysql table with a blob field where i stored JPG images.
How can i insert the image in a report?
My test:
- In the report select query I have inserted the blob field (select * from...)
- Then in report builder I have inserted an image object.
- In the field properties value of image object I have inserted the blob filed name
But when I try to view the report the message is: "FPDF error: Image file has no extension and no type was specified: ..."
What's wrong?
I have exactly the same problem, no idea what to do

Re: Image from blob field

Posted: Mon May 31, 2021 5:28 pm
by kev1n
Hi,

Is this question really for v3?

Re: Image from blob field

Posted: Fri Jun 04, 2021 2:09 pm
by nickrth
I am running v4.5

Thanks.