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

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

    This will work to both load and save a file into TXT from a HTML page with a save as choice

    
    
    
    
    Text to Save:
    Filename to Save As:
    Select a File to Load:

提交回复
热议问题