Save HTML Form data into a File using JavaScript -


I am trying to write a code to extract some form data from an HTML file and using the javascript file I am saving in

Example: Name, password, and email should be stored in a file (text or XML) so that I can use it later.

How can I do this? I'm new to javascript !!!

Thank you in advance!

Are you doing it in the browser? If so, what? None of the releases (non-early beta) browsers W3c File Writer Imagery is applicable -

Links to

Your best (only) condition is to store data only on local storage / web storage To store in

Comments