If you can include it AND there is no cfm in the page, you could do: <cfsavecontent variable="myvar"><cfinclude template="path to file"></cfsavecontent>
-----Original Message----- From: Robert Bailey [mailto:[EMAIL PROTECTED]] Sent: dinsdag 7 januari 2003 10:57 To: CF-Talk Subject: CFFILE Workarounds? I can use CFExecute on my host. But the file I create I need to read it into a variable, but CFFILE does not seem to work as it throws an error saying it exceeded the allotted time limit, so I am guessing they shut this off, but kept CFExecute. Well, here is my question: Can I read the contents of this file into a variable without using CFFile? Robert Bailey [EMAIL PROTECTED] "Famous for nothing!" http://www.tinetics.com --- [This E-mail scanned for viruses] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

