I want store data from an html page to a text file using javascript on Client Side. Any method is there?
+2
A:
You cannot store as file in Client Side with javascript, most of the browsers not allowed you to do that.
S.Mark
2009-12-17 12:57:43
Yes you can! The user must explicitly agree but that is all.
Crimson
2009-12-17 13:00:31
+2
A:
You can't work with the filesystem with JavaScript. Flash can work with the filesystem, so a combination of JavaScript and Flash (such as Downloadify) will work.
Skilldrick
2009-12-17 12:58:10