"Save as Image" feature works as well. Now, I can save a chart as an image with imageSave,imageSaveURL attributes in XML Format. However, I want to save it to server side folder and allow user enters a new filename for this file at runtime instead of fix it in imageSaveURL file (FusionChartsSave.php).
Ex: I want to create a html button on my page. When user click on this button, it will ask user enter a filename that chart will be save on server side folder and call saveAsImage() function to save it.
Can I do it? please help me. I really really to need it.