Can I write files with HTML5/JS?

后端 未结 6 953
时光说笑
时光说笑 2020-11-30 05:13

I wonder if there is any way I can write to files from HTML5/JS? In the broswer ...

6条回答
  •  自闭症患者
    2020-11-30 05:26

    Another possibility is to consider creating something like a ClickOnce app in the Windows platform. This would present a link to a downloadable executable that would run in the user's OS but could make web-based callbacks to send and retrieve data. The ClickOnce app could embed a browser control and thus you would have both a web-compatible application with the ability to talk directly to the user's storage.

提交回复
热议问题