ok, I missed what you meant at first. I am able to get this to work with cfhttp
<cfhttp url="http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=yourMomInMyQR" method="get"></cfhttp> <cffile action="write" file="[my file path]/myqrCode2.png" output="#cfhttp.filecontent#"> Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com [email protected] www.trunkful.com On Feb 9, 2011, at 12:35 PM, JD Yeiter wrote: > imageNew("http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=yourMomInMyQR") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:342147 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

