Hi ,
I wanted to write data on to file using javascript and nokia wrt......
is it possible to write the file using this javascript and nokia wrt........
i wanted to store json data locally in file......
Please help me if any body know this.
Hi ,
I wanted to write data on to file using javascript and nokia wrt......
is it possible to write the file using this javascript and nokia wrt........
i wanted to store json data locally in file......
Please help me if any body know this.
Hello,
It is not possible to write a file directly. The best alternative is to use setPreferenceForKey() for storing key - value pairs. Basically the length of the stored value is not limited.
Br,
Ilkka