JavaScript Output to a File
Posted
by clops
on Stack Overflow
See other posts from Stack Overflow
or by clops
Published on 2010-04-17T18:06:55Z
Indexed on
2010/04/17
18:13 UTC
Read the original article
Hit count: 201
JavaScript
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 :(
© Stack Overflow or respective owner