Question
Image download using cfhttp in the cycle
I'm parcing the page and download all image that i find to my server using:
<cfhttp url="#FullPathToImage#" path="#LocalStorePath#">
Don't know why but successfully download only the first image the all other not. At that there is no error appear. cfhttp.responseHeader variable show return code 200 for each step of cycle.
