Sorry part of the post was actually cut off: here it is again. When doing a CFHTTP post to google charts api: it returns a mime type of image/png. How do you show that image directly on the page?
<cfhttp url="https://chart.googleapis.com/chart" method="post" result="qrResult"> <cfhttpparam type="formfield" name="cht" value="qr"> <cfhttpparam type="formfield" name="chs" value="80x80"> <cfhttpparam type="formfield" name="chl" value="http://www.houseoffusion.com"> <cfhttpparam type="formfield" name="chld" value="H|0"> </cfhttp> <cfset qrresult = qrResult.filecontent> The qrresult as it is now just shows a bunch of characters, which is the raw image/png data. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:345346 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

