BLOB image to browser WITHOUT using CFIMAGE?
Hello, all,
I am trying to re-write part of an application that loads images from a database into a carousel.
Currently, the logic grabs the BLOBs from the database, saves them to a folder, and then displays the images.
I'd like to grab the BLOBs and directly display them on the page without saving them to a folder. However, after all the Google search attempts, I have not found a solution - they all want to use CFIMAGE action="writeToBrowser".
Unfortunately, the directory that these images are saved to with writeToBrowser action is blocked by network admins and the people who control the CF server. So I _can't_ use CFIMAGE.
Is there a way to take the BLOB images direct from database to browser without using CFIMAGE??
V/r,
^_^
UPDATE: We need to be able to support IE9+, possibly IE8, and FireFox v42+.
