Jump to content

Save Xml To File With Javascript


chrici

Recommended Posts

I have an XML file and I want to manipulate it from user input and save the changes to the same file. Is this possible with javascript? I know how to load the XML file and manipulate the nodes but not how to save it. I have tried to search google and the forums aswell as reading the tutorials but I have not been able to find anything :(

Link to comment
Share on other sites

Remember that Javascript runs on the client. Javascript can't save files to remote computers. It can't save files to the client either, because if it did then it would be too easy to give viruses to users.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...