Javascript - create text file on website

前端 未结 5 671
庸人自扰
庸人自扰 2021-01-29 07:39

So I have a web page, and I would like to programaticly create a text file (lets say it has the words \'hello, I am a text file\' in it) on a new directory on my website. The pr

5条回答
  •  故里飘歌
    2021-01-29 07:46

    You can't do it with HTML/Javascript alone, you need a functional language on the backend (nodejs, php, python)

提交回复
热议问题