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

后端 未结 8 1542
情深已故
情深已故 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:32

    From what I understand, You have to save a user's input locally to a text file.

    Check this link. See if this helps.

    Saving user input to a text file locally

提交回复
热议问题