Create and Write to Files with JavaScript/JQuery

后端 未结 3 707
自闭症患者
自闭症患者 2021-01-26 13:30

A few days ago I started to build a \"Talk To Us Page\" In c#.

So, I did a few buttons and text arena options..

And it was easy as C# should be. You just use a s

3条回答
  •  盖世英雄少女心
    2021-01-26 14:13

    Outside of Internet Explorer, you cannot use JavaScript to write to the local file system. This is a security feature of the sandbox in which in-browser JS runs.

提交回复
热议问题