chrici 1 Posted September 24, 2011 Report Share Posted September 24, 2011 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 1 Quote Link to post Share on other sites
Ingolme 1,035 Posted September 24, 2011 Report Share Posted September 24, 2011 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. 1 Quote Link to post Share on other sites
chrici 1 Posted September 25, 2011 Author Report Share Posted September 25, 2011 Oh yeah thanks! :)Then I think I will try an AJAX/PHP solution. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.