Sign in to follow this  
eagles9999

Fcexporter.php Problem

Recommended Posts

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

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

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
Sign in to follow this