Sign in to follow this  
Ayan Pal

Unable to get dowload POP up for Server Side Export using Fcexporter.php

Recommended Posts

Hi!,

 

I'm trying to get the Server Side Export feature provided by FusionChart 3.x to export Chart images in JPEG,PNG and PDF formate on right click. But when i try to click on any export menu (provide JPEG,PNG or PDF on click of context menu(Right Click)) it takes me to the fcexporter.php page.

 

 

 

I have set all the attributes :

 

 

 

exportEnabled='1' exportHandler='http://165.203.249.64:10001/iris_app/FusionCharts/ExportHandlers/PHP/FCExporter.php' exportAtClient='0' exportAction='download'

 

 

 

where in 'http://165.203.249.64:10001/iris_app' is the URL of the application running on local weblogic machin.

 

 

 

I'm also attaching the chart.xml for your refrence please let me know how to get that export feature runningusing PHP export Handler.

 

 

 

It works fine with other handler as JSP handler but dosn't work with this PHP handler.

 

 

 

Will wait for your Response.

 

 

 

Regards,

 

Sarvesh Sharma

Chart.xml

Share this post


Link to post
Share on other sites

Hi Ayan,

 

I am not using any PHP server do i have to install PHP server actually i was trying to use this PHP exporter with Java Project so i'm not sure what step's i need to follow to get that feature running.

 

 

 

I'm using Java 1.5 , Weblogic 9.2 is ther server where m i running the code.

 

I am able to run Java servlet exporter in my project but thought of using PHP so tried that.

 

 

 

What are the steps and requiremnt to get that PHP exporter running?

 

 

 

Regrads,

 

Sarvesh

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