So I can retrieve the data from a text file with filechooser+ajax, but how do I save to the text file?
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
2 options:
-To browser, use Webstorage plugin.
-To disk, use Invoke download from Browser plugin.
But how do I alter the file? With the browser plugin I just see URL and Filename options.
Would you explain more specific?
By the way, You can't alter the current file, you should create new file from current file and save as new one.
Here is capx to solve your doubt.
https://dl.dropboxusercontent.com/u/762 ... eFile.capx