How can I create a file for storage on the client side with JavaScript?

前端 未结 7 820
独厮守ぢ
独厮守ぢ 2020-12-03 18:35

I need to create a temporary file to store user settings on the client side. Is it possible to create a simple log file using JavaScript?

7条回答
  •  孤街浪徒
    2020-12-03 19:02

    If you can live with the user having to actively store the file, Downloadify allows you to generate a client side "download" on the fly.

提交回复
热议问题