Sonia Report post Posted April 8, 2013 hi, On my local machine , Iam able to save the Radar char on disk and exportCallback function fired successfully. But on server , image is saving on server disk , But exportCallback function is not firing. For User reference find the attachment. I have given absolute path in exportHandler path . When type this path in the browser Page is displaying Kindly help me on this. Share this post Link to post Share on other sites
Sonia Report post Posted April 9, 2013 Kindly provide some solution to my above problem.. It is very urgent. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 9, 2013 Hi Sonia, Welcome to FusionCharts Forum! Please find attached illustration of Server-Side export using .NET exporter. Please set the path in "exportHandler" attribute of chart XML, also set/configure path in "private const string HTTP_URI" and " private const string SAVE_PATH "of FCExporter.aspx.cs accordingly. If this doesn't suffice your requirement, please feel free to revert. Export_ServerSide.zip Share this post Link to post Share on other sites
Sonia Report post Posted April 10, 2013 Thanks for your replay. I have done same think which you provided . In my local machine it is working absolute fine. But in sever it is not working. In sever, radar chart image is successfully saving on to the specified folder. but callback function FC_Exported() is not firing . I am unable to get alert message which i written in FC_Exported(). I have already set the sever path in exportHandler,HTTP_URI etc. Iam not getting why FC_Exported() is not firing??? please help me on this.... Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 19, 2013 Hi Sonia, Can you please check with your directory structure and configure the path accordingly? Share this post Link to post Share on other sites