0

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

1
  • You cannot read/write local files with a client side script language directly. It would have security implications. Commented Aug 27, 2015 at 8:29

1 Answer 1

1

Easy way is to send the file to Firefox as a download. So user can choose where to store this file.

Navigators can not act directly on local file system because of security implications!

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.