I am creating quite a bit of XML with JavaScript which is then processed by variuos components. I would like to send this XML to some file and prompt the user to save it on their disk (all this happens in the browser at the client, no server interaction whatsoever). Is this at all possible? Google is not a lot of help here 🙁
Share
Give a look to Downloadify, is a tiny JavaScript + Flash library that enables the creation and download of text files without server interaction.