Can you use HTML5 local storage to store a file? If not, how?

后端 未结 6 876
孤街浪徒
孤街浪徒 2020-11-30 05:51

How would one go about caching / managing many large files (videos) on a user\'s computer via browser mechanisms (plugins are acceptable solutions). From what I can tell, lo

6条回答
  •  广开言路
    2020-11-30 06:27

    FSO.js will wrap the HTML5 FileSystem API for you, making it really easy to store, manage, and manipulate sets of large files in a sandboxed File System.

提交回复
热议问题