There is a known issue causing Chrome tabs to crash when attempting to download large files (>50-80 Mb) using an ajax request (source: http://code.google.com/p/chromium/issues/detail?id=138506).
Although Chrome is the only browser currently supporting the FileSystem API (http://www.w3.org/TR/file-system-api/), I am required to use it.
How can I successfully download a large movie file to display in a <video>
element?
Could you provide me with some code samples to achieve this?