oi Dave!!

yeah I got it sorted......was an error in another bit of code....

cheers


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
------------------------------------
Monday, July 1, 2002, 8:08:13 AM, you wrote:

>> anyone know if it's possible to cfhttp an image and save it
>> locally.....and if not..any other suggestions as to how to 
>> nick an image off a site using cf?

DW> Yes, you can use CFHTTP to retrieve an image via HTTP and save it onto your
DW> filesystem:

DW> <cfhttp url="http://www.whatever.com/myimage.gif";
DW>         path="c:\whereisavefiles"
DW>         file="myimage.gif">

DW> Dave Watts, CTO, Fig Leaf Software
DW> http://www.figleaf.com/
DW> voice: (202) 797-5496
DW> fax: (202) 797-5444

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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