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
HTML5 FileSystem API is dead as others have said. IndexedDB seems to be the other option. See here.