I follow this URL to export Chart.js chart to image using download button and it works. And here is the image result:
If I click save button the image will download in my PC.
My Question is:
Is there any way or a script so that the image can be downloaded to the server's own folder as if there is a user who clicks to the Save button? For example once a day, the script will download the image by pressing the button and save the image to the server folder.
Please give me the enlightment.