Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using CFHTTP

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
I am having some trouble with CFHTTP downloading a binary file. I am trying to download a gif file and have the following code:

<cfhttp url=&quot; method=&quot;GET&quot; path=&quot;c:\&quot; file=&quot;jentra.gif&quot; resolveurl=&quot;false&quot;>

Any suggestions?
 
The code looks OK,

I would suspect the ' Path=&quot;C:\&quot; ' part.

Try checking what the actual path on the server is. If it is remotely hosted chances are the path is C:\http\myaccountname\ or some such thing.

If that doesn't help, let us know what the Error is and we'll try to help more.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top