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. http://dev.w3.org/2009/dap/file-system/pub/filesystem/ http://www.html5rocks.com/tutorials/file/filesystem/