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=" method="GET" path="c:\" file="jentra.gif" resolveurl="false">
Any suggestions?
<cfhttp url=" method="GET" path="c:\" file="jentra.gif" resolveurl="false">
Any suggestions?