1

I have a xml file stored in my hard disk .i need to read data from that alter and add some data dynamically. how can i do that?

1

1 Answer 1

1

JavaScript in the browser cannot manipulate files on the client's hard drive (except for cookies, if you really want to count those).

If there is ever an instance where the above is not true, something is seriously wrong and there exists a major security hole.

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

1 Comment

Well, you can run JavaScript directly on the machine (not in the browser).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.