Hi,
I am trying to use CFFILE to read the contents of another coldfusion page, but only the contents after it has been processed (ie turned into an HTML page). I tried the following:
<cffile action="read" file=" variable="htmlcontent">
but was given an stacktrace saying 'file not found' The URL was correct - I tested it in a browser, with no trouble. However using this code with the file value being something on the local filesystem such as 'C:\here\there\this.html' was no problem. The problem is that I want to read the served HTML, after it has been processed by CF.
Any ideas? I am using Win2000, IIS5, CFMX Server 5.
Thanks,
Jonathan Daniels
I am trying to use CFFILE to read the contents of another coldfusion page, but only the contents after it has been processed (ie turned into an HTML page). I tried the following:
<cffile action="read" file=" variable="htmlcontent">
but was given an stacktrace saying 'file not found' The URL was correct - I tested it in a browser, with no trouble. However using this code with the file value being something on the local filesystem such as 'C:\here\there\this.html' was no problem. The problem is that I want to read the served HTML, after it has been processed by CF.
Any ideas? I am using Win2000, IIS5, CFMX Server 5.
Thanks,
Jonathan Daniels