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


how 1 go caching / managing many large files (videos) on user's computer via browser mechanisms (plugins acceptable solutions). can tell, local storage database type data, not files.

the filesystem api[1,2] going best bet going forward, @ 1 point bleeding edge. has been been abandoned w3c. own documentation:

work on document has been discontinued , should not referenced or used basis implementation.

  1. http://dev.w3.org/2009/dap/file-system/pub/filesystem/
  2. http://www.html5rocks.com/tutorials/file/filesystem/

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -