html - Is it possible to create a new xml file using Javascript? -


i want store html text box data periodically restore save time of retyping in event of browser crash or submit failure, can using html5 localstorage or javascript cookies want access data across different browser , must client side process, can create xml or file in client machine save input field data periodically , access browser ??

no.

anywhere can save client side sandboxed (and accessible browser stored it).

the closest come periodically synchronise local store server.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -