Can I save input from form to .txt in HTML, using JAVASCRIPT/jQuery, and then use it?

后端 未结 8 1565
情深已故
情深已故 2020-12-01 09:50

Is it possible to save textinput (locally) from a form to a textfile, and then open that document to use it later on?

Just using HTML, javascript and jQuery. No data

8条回答
  •  余生分开走
    2020-12-01 10:25

    You cannot save it as local file without using server side logic. But if that fits your needs, you could look at local storage of html5 or us a javascript plugin as jStorage

提交回复
热议问题