On Wed, Jul 21, 2010 at 12:31 AM, Neil Kandalgaonkar neilk@wikimedia.org wrote:
Here's a demo which implements an EXIF reader for JPEGs in Javascript, which reads the file as a stream of bytes.
http://demos.hacks.mozilla.org/openweb/FileAPI/
So, as you can see, we do have a form of BLOB access.
But only by reading the whole file into memory, right? That doesn't adequately address the use-case we're discussing in this thread (uploading files > 100 MB in chunks).