Page 1 of 1

Image from blob field

Posted: Sat May 29, 2021 6:30 am
by nickrth
Hi there,
I have this same question and don't seem to be able to find the answer...
I have a field in my DB which stores the JSON of a png image, and now I want to display that image on a report.
Can this be done?
Thanks.

Re: Image from blob field

Posted: Mon Jun 07, 2021 6:58 am
by kev1n
You could first save the stream to a file then display it.

See: https://stackoverflow.com/questions/480 ... 64-encoded