aman0711

Save as JPEG/PDF/PNG not working

Recommended Posts

Hi Experts,

 

 

 

Can someone please help me out with getting the save as image and pdg thing to work in my application. After the data capture mode, I am only seeing a blank FCExporter.jsp.

 

 

 

Check everypath and settings multiple times.

Share this post


Link to post
Share on other sites

Hi Aman,

The application is complex and I do not seem to find the dependency jars in the package. It would be difficult for me to replicate this application here.

If possible, please post a link to a live site where I can see it working.

Or post the deployable war in some ftp server.

regards,

Srividya

Share this post


Link to post
Share on other sites

Hi Aman,

Just for the benefit of all, let me summarize the issue you had faced and the solution for it.

Using the servlet implementation, you had to change the RESOURCEPATH value in the properties file to com.fusioncharts.exporter.resources.

( Note the dot at the end )

This worked in Firefox but IE was still blank. The FlashPlayer version was correct ( 10 ).

The problem was because of the Popup blocker. For this, you had to change the exportTargetWindow attribute value to '_self' instead of '_blank'.

I am really happy that you got it working! :P

Hope this post helps others as well. :)

Srividya

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