eagles9999 Report post Posted November 26, 2011 I am trying to get FCExporter.php working. I can render the chart in my Browser perfectly. When I right click on the chart and select Save As JPG Image I see it capturing the data. No problem there. However, when the Download Dialog appears it is saying the Save name for the File is FCExporter.php rather than the image file. The code in my XML file is: exportEnabled='1' exportHandler='FusionCharts/FCExporter.php' exportAtClient='0' exportAction='download' and of course if I click Open or Save it returns me the FCExporter.php file. How can I get it to return the Image file instead. Hope you can assist. Cheers Mark Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 28, 2011 Hi, Thanks for your post. FusionCharts export handlers in few languages depend on some other libraries e.g., the PHP handler needs GD and GZip installed on your server. Similarly, Ruby on Rails needs RMagick and zlib to be present on your server. Please make sure that you've these dependencies installed properly. Hope this helps. Share this post Link to post Share on other sites