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

--- Comment #12 from Brion Vibber <[email protected]> 2012-04-17 20:13:18 UTC 
---
(In reply to comment #10)
> (In reply to comment #7)
> >Beware that currently, chunked uploads will only work in reasonably 
> >recentish WebKit and Mozilla-based browsers
> I am using the API. Does it mean I can't compose the multi-part message 
> myself?

If you're an API user, then you can construct your requests however you wish --
chunked upload capabilities simply exist in the API and you can use them at any
time.

The limitation is in the UploadWizard front-end, which needs to know it has
support for a version of Blob.slice() that acts as expected. (Ideally it would
detect this by trying it, rather than checking browser engine versions.)

> BTW: A bit more documentation on how to use that feature (e.g. what parameters
> are required or recommended initially, with each chunk and finally and what
> possible responses, I have to expect) would be nice; not only for me - finally
> I got it working - but for all who want to improve their upload bots.

Documentation would be nice, yes. :) I'll see if I can find or improve some...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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