<cffile ACTION="READ" FILE="http://www.applewoodcommunity.com/index.cfm";
VARIABLE="content">

You want to look at the getPathFrom.... family of functions, to get the system 
file path from your url that the cffile tag needs.

This should get you close.

<cffile action="read" 
file="#getBaseTemplatePath('http://www.applewoodcommunity.com/')#/index.cfm" 
variable="content">

This of course assumes that www.applewoodcommunity.com root directory is on the 
server that ColdFusion is running on.  It's not going to help you get a file 
from some other server that the ColdFusion server does not have file 
permissions to.




--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning



Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187611
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to