>> The qrresult as it is now just shows a bunch of characters, >> which is the raw image/png data. > >Use cfcontent >http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_11.html > ><cfcontent variable="#qrResult.filecontent#" type="image/png">
Thanks, but inorder to show inline on the page i was able to use <img src="data:image/*;base64,#toBase64(qrresult.filecontent)#" />. This was suggested by IRC folks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345348 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm