I was wondering if anyone can confirm/refute the following potential bug with CFHTTP
in CFMX running on RH7.3:
When using cfloop to loop over cfhttp and requesting a different page and then saving
the content to a file, it would appear that all iterations of the loop > 1 save the
file with the same filename as the content that was saved in the first iteration.
e.g.
<cfloop from=1 to=5 index=i>
<cfhttp method=get
url="http://www.whatever.com/file#i#.html"
path="/somepath/">
</cfloop>
CFHTTP is supposed to use the filename of the URL in a get operation, which it does
for the first call. Like I said, all subsequent calls use the filename from the first
call.
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]