Ron,
Thanks. That works like a charm. A bit simpler, using a GET, I end up
with something like:
<cfhttp url="#imageURL#"
path="d:\temp"
file="#ListLast(imageURL, "/")#">
Jim
-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, July 14, 2000 3:24 PM
Subject: RE: CFHTTP to Pull Images?
>> Can CFHTTP be used to capture images from a remote web
>> server?
>
>Something like this works for us:
>
><cfhttp url="#imageURL#"
> method="POST"
> port="80"
> name="SavePicture"
> path="d:/localsavedpics/"
> file="#ListLast(imageURL,"/")#"
> resolveurl="false">
></cfhttp>
>
>
>-Ron
>Humankind Systems, Inc.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.