Not implemented in JavaScript or PHP Embedders.
Syntax myPopChart.saveImageToAppServer(path, name)
Description Saves the generated PopChart image to the specified path and location on your Web Application Server.
Important: A password is required (using the password attribute) to save images.
Note: If you want to save the file to PopChart Server so that you can load it later, you should use the saveImageToPopChartServer(String) method.
Parameters The saveImageToAppServer() method accepts the following parameters.
The path to the local directory where you want to save your file. You should specify an absolute path.
The file name for your saved image. PopChart Server will automatically write over that file if it already exists.