How to save program data to a file on the server side location
in
Programming Questions
•
2 years ago
As I am aware, save() or any core function of processing does not work when running as an applet; after you have exported it as an online applet and the application is run via the launch of the index.html
Is php or ftp access the only way to save program data to the server side location ?
Basically I want to save either a basic text file (.csv) or a .png to a specified folder on the server side location (pc running the application) and I am accessing the application remotely.
It can work as a standalone application on the intranet but I would like to know how to get it done via the internet; if there are any alternatives to php or ftp access.
Also if I sign the applet, does this help ?
Is php or ftp access the only way to save program data to the server side location ?
Basically I want to save either a basic text file (.csv) or a .png to a specified folder on the server side location (pc running the application) and I am accessing the application remotely.
It can work as a standalone application on the intranet but I would like to know how to get it done via the internet; if there are any alternatives to php or ftp access.
Also if I sign the applet, does this help ?
1