> 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.

Reply via email to