Hi Everyone,
How would I grab (with CF) an image from the web.
For example I have an URL http://www.domain.com/images/image.jpg I would like
to grab this image and save it to my own server.
Any ideas how I could or must do this?
Thanks!
Ian Skinner - 29 Aug 2007 16:19 GMT
<cfhttp ...> See the documentation for the details of working with
binary data.
phil.munro@gmail.com - 31 Aug 2007 09:28 GMT
> <cfhttp ...> See the documentation for the details of working with
> binary data.
Had any joy with this?
phil.munro@gmail.com - 31 Aug 2007 09:36 GMT
> <cfhttp ...> See the documentation for the details of working with
> binary data.
wow, already sorted it.
that was hella easy.
Cheers hombre.