https://bugzilla.wikimedia.org/show_bug.cgi?id=38069

--- Comment #1 from Brion Vibber <[email protected]> 2012-07-10 15:40:32 UTC 
---
I'm beginning to think doing chunked uploading from the JS side won't be
possible; FileReader looks like it's limited to text and base-64 reading. Ouch!
We need to do a binary split.

Could do a Java plugin just to do the chunked upload, but I'd say it's simpler
to go without it. We can get upload progress now without chunked uploads with
our patch to FileTransfer, and the retries on the cell network should generally
cover for spotty connectivity unless it loses the connection entirely... in
which case recovery is tricky if we don't know for sure where we left off.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to