May I ask, is it possible to write local file via javascript using firefox.
Something like ActiveXObject("Scripting.FileSystemObject") in IE.
Thank you very much
-
You cannot read/write local files with a client side script language directly. It would have security implications.px5x2– px5x22015-08-27 08:29:00 +00:00Commented Aug 27, 2015 at 8:29
Add a comment
|