<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:345345
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to