FusionCharts Support

Problems exporting and saving image on server disk

Recommended Posts

Hi,

 

 

 

The handler is programmed to accept image data with all meta data as HTTP post.

 

 

 

If it is called without any additional request it would through the same error anywhere as you have seen - it has not received data...so insufficient data.

 

 

 

This is a separate issue.

 

 

 

Here, please check whether you are providing the 'correct path to the remote handler' in the XML of the chart using exportHandler attribute.

Edited by Guest

Share this post


Link to post
Share on other sites

Thank you for your reply!

The text above is what both handlers write when I put the url in the browser (no data is given):

 

http://esafcenter/ESAFDocServerPROD/ChartsExportHandlers/FCExporter.aspx (remote server)

and

http://localhost/ESAFPdfServer/ChartsExportHandlers/FCExporter.aspx (localhost)

 

I think the path to the remote handler is right, bacause it responds the same way that the handler in localhost does when i access via browser. But when i actually want to export the image... when i use the handler in localhost, it works just fine, the image is saved on server disk... but when I use the handler in remote server... it gets stuck waiting for the remote server.

 

note: the handlers and the 'folder structure' are the same in both servers: localhost (aka production) and remote (aka quality)

 

Thank you for your time (and sorry about my english :cool: )

 

Sim

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Did you check whether the file has been saved or not? In Firefox there is some issue with this "Transferring data..." message which somtimes never stops.

 

 

 

Please also check the folder permission on the server.

 

 

 

You can set the debugMode of chart on to see what is the actual result.

 

 

 

We had tested with remote servers with out any issues.

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