Javascript - create text file on website

前端 未结 5 711
庸人自扰
庸人自扰 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 08:01

    You can achieve this in IE browser using the following code.

    
    
                                     
                  
提交回复
热议问题