parisspring Report post Posted August 12, 2009 For save the images into my server. I download the FusionChartsExportApp.zip from the forum for testing. this is my configuration: EXPORTHANDLER=FCExporter_ RESOURCEPATH=/Resources/ SAVEPATH=./test1/images/ HTTP_URI=http://192.168.2.30:8080/test1/images/ OVERWRITEFILE=false INTELLIGENTFILENAMING=true FILESUFFIXFORMAT=TIMESTAMP And all file in the /usr/local/tomcat/webapps/test1. and the class file and fusioncharts_export.properties file in the /usr/local/tomcat/webapps/test1/WEB-INF/classes folder. But the image is not saved now . So how to config the fusioncharts_export.properties ? SAVEPATH=./test1/images/ HTTP_URI=http://192.168.2.30:8080/test1/images/ the above configuration is ok? Thank you a lot! Share this post Link to post Share on other sites
srividya_sharma Report post Posted August 13, 2009 Hi Since images folder is in the root folder, the SAVEPATH should be, SAVEPATH=./images/ Hope this helps! If not, please post the xml as well. Good Luck Exploring the New Export Feature! regards, Srividya Share this post Link to post Share on other sites