dennish Report post Posted December 24, 2014 (edited) Hi-- I am using server-side export to export a chart to disk. When I right-click on the chart and select SAVE AS JPG everything works as expected. When I click a button that calls myChart.ExportChart(), the progress bar goes to about 5% then disappears. I get no JPG. FCExporter.aspx does not get called. I am using version 3.2.1. Thanks in advance for any help. Merry Christmas! Dennis I tried to paste my code here, and could not. I also tried uploading a text file without success. Edited December 24, 2014 by dennish Share this post Link to post Share on other sites
dennish Report post Posted December 24, 2014 (edited) Now it won't let me edit my post. I could paste if I used Firefox instead of IE. Here is some additional info. I do have registerWithJS turned on. <script type="text/javascript"> var myChart = new FusionCharts("FusionCharts/Pie3D.swf", "myChartId", "750", "400", "0", "1"); myChart.setXMLUrl("<%= Charter.ChartDataFileWebPath %>"); myChart.render("chartContainer");</script> Here is my XML: <?xml version="1.0"?>-<chart exportFileName="0sdwawo1jyv"exportHandler="http://localhost:9597/FusionCharts/ExportHandlers/ASP.NET/FCExporter.aspx"exportAction="save" exportAtClient="0" exportEnabled="1" showPercentInToolTip="0"numberSuffix="%" pieRadius="180" pieYScale="60" showBorder="1" baseFontColor="000000"baseFontSize="12" baseFont="Verdana" caption="Employed Graduates, N = 636"><set value="3" label="College Administrator"/><set value="58" label="College Faculty"/><set value="21" label="Non-Education"/><set value="7" label="Other Education"/><set value="12" label="Postdoctoral"/></chart> Thanks, DH Edited December 24, 2014 by dennish Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted December 24, 2014 Hi Dennish, Could you please try upgrading to our latest version of FusionCharts and cross check if the issue still persists? The evaluation version can be downloaded from the link below. http://www.fusioncharts.com/download/ The upgrading steps can be followed from the documentation link below. http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html With our latest version to setup a private export server in ASP.NET, you will need the official ASP.NET export handler provided in the FusionCharts package. The export handler will provide the necessary files to configure the export server. It will handle all requests sent by the user for exporting and generate the chart in the requested format. Please refer the documentation below for reference. http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-asp-net.html Hope this would resolve your issue. If the issue still persists please do drop us a mail. Thanks. Share this post Link to post Share on other sites
dennish Report post Posted January 7, 2015 (edited) Thanks for your reply. I am working on installing the upgrade now. I see it no longer uses Flash. The only reason we needed to export is because the charts will not print in FireFox or Chrome due to lack of Flash printing support, so this is good in more ways than one. Thanks again! Dennis Edited January 7, 2015 by dennish Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 8, 2015 Hi Dennis, Hope your issue will be resolved once upgraded. Please do share your feedback if the issue is resolved. If the issue still persists do not hesitate to write back to us. Thanks. Share this post Link to post Share on other sites