- From: Sam Weinig <weinig@apple.com>
- Date: Thu, 17 Jul 2008 16:32:23 -0700
- To: Aaron Boodman <aa@google.com>
- Cc: Maciej Stachowiak <mjs@apple.com>, Web Applications Working Group WG <public-webapps@w3.org>
> 2. The slice() method seems important for the initial version, > particularly if you are targeting the large upload use case. We use > this to cut up a large file into smaller pieces so that they can be > uploaded individually. This makes the upload resilient and also allows > the UI to show progress on the upload. Upload progress is possible without manually slicing using the new upload progress events proposed in the XMLHttpRequest Level 2 spec. -Sam
Received on Thursday, 17 July 2008 23:33:06 UTC