Have you tried something like this:
<img='data:image/png;base64, {{=encodestring(my_db_stored_image)}}' />(replace png with whatever the correct image format it) Let us know if this works. - Yarko On Jun 3, 11:23 am, Aaron Crowe <[email protected]> wrote: > How would I go about rendering an image that's been uploaded and > stored in a database?

