Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cjdunkerley #1
Problem with looping over cfhttp
Hi,
I am trying to get some image files from a remote server and save them to my
server. I have all the paths in a query but when I loop over the query it only
saves the image in the first row of the query?
Please can someone give me an idea of what may be wrong.
<cfloop query="all_mrm_data" startrow="1" endrow="#qrows#">
<cfhttp method="Get"
url="http://www.thesiteurl.com/images/#all_mrm_data.img_main#"
path="D:\thegpg\htdocs\images\mrm_images\">
</cfloop
Thanks,
Chris.
cjdunkerley Guest
-
Is looping over cfhttp possible?
Hi, Please can some one let me know if it is possible to loop over cfhttp. I have looked everywhere for an answer but can not get the code to... -
CFHTTP Get Problem
I have set up a Cfhttp screen to load data into my application. I am using the cfhttp tag to create a query variable that returns the data. I am... -
looping through an array using cfhttp
I have a one dimensional array that is populated with string values (in this case the strings are URL's). Id like to know how i can loop through the... -
looping through array elements with cfhttp
I have a one dimensional array that is populated with string values (in this case the strings are URL's). Id like to know how i can loop through the... -
looping through arra elements with cfhttp
I have a one dimensional array that is populated with string values (in this case the strings are URL's). Id like to know how i can loop through the...



Reply With Quote

