> I'm tring this code and it is throwing an error, any idea how 
> I should do it different?
> 
> <cfhttp url="http://www.google.com/images/logo.gif"; resolveurl="1"
> throwOnError="No"></cfhttp>
> <cffile action = "upload" fileField = "#cfhttp.filecontent#" 
> destination = "images/google.gif">

You can save the file directly using the FILE attribute of CFHTTP. You can't
reference CFHTTP.FileContent if it's not a character string, I don't think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to