How to read/write local files through a web page?

后端 未结 4 575
抹茶落季
抹茶落季 2021-01-11 11:59

I am writing a html based app, and want to store and retrieve data from local file. This app will not be hosted on a web server.

Can anyone please help enlighten the

4条回答
  •  情书的邮戳
    2021-01-11 12:11

    Try HTML 5 FileSystem API

    Below links has details

    http://dev.w3.org/2009/dap/file-system/pub/FileSystem/

    http://www.html5rocks.com/en/tutorials/file/filesystem/

提交回复
热议问题