Sonia

Error During Exporting Chart As Image On Server Disk

Recommended Posts

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.
 
 

post-41229-0-23010000-1365406906_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now