I would like to create an Array.asJSON file and upload it to my webspace.
Having created the Array.asJSON file i have manually uploaded it to my web space. Then using Ajax i have downloaded the file and filled the array, all fine .
The one thing i cant seem to figure out is how to use Ajax to send the file back to my webspace overwriting the original file.
I did try this.. but it doesnt work. Too easy i suppose
ps. forgot to say i am using Node-webkit but i dont suppose that makes any difference.
Thanks