I am using an API called highcharts, in it I generate graphics and I can download images of it in png, I would like to know if there is a way to make when I download this image that same image is in a folder on the server
I am using an API called highcharts, in it I generate graphics and I can download images of it in png, I would like to know if there is a way to make when I download this image that same image is in a folder on the server
use this lib - highcharts-phantomjs
By using [PhantomJS][1]
you can generate your graph from a [json][1]
file using simple command lines like:
-infile -outfile
. Where infile is the json file and out file is the name of the png file and the path it will save to the server.