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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -