aman0711 Report post Posted August 5, 2009 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
srividya_sharma Report post Posted August 6, 2009 Hi Aman, I will take a look at the application tomorrow. Srividya Share this post Link to post Share on other sites
srividya_sharma Report post Posted August 7, 2009 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
aman0711 Report post Posted August 7, 2009 Hi Srividya, I emailed you the required files. Share this post Link to post Share on other sites
aman0711 Report post Posted August 24, 2009 Thanks Srividya and thanks Rajroop problem fixed Share this post Link to post Share on other sites
srividya_sharma Report post Posted August 24, 2009 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! Hope this post helps others as well. Srividya Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 25, 2009 You are always welcome, Aman! Share this post Link to post Share on other sites