> I am probably going at this all wrong. CFCHART stores the resulting > image in to the following directory. But doesn't display the image. > > /CFIDE/GraphData.cfm?graphID=Images/100007.PNG > The directory for the above c:inetpub/wwwroot/cfide/
One problem I've encountered before is that there is no actual file GraphData.cfm in the CFIDE directory. With CFMX and IIS using default settings, this shouldn't matter because any .cfm request will be processed by CF even if the corresponding file doesn't exist, but you might want to look in your web server logs and see if you're getting any errors related to that URL. If you are, it's easy enough to fix - just create a file with that name in that directory. Just put a CFML comment it it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186234 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

