On 04/17/2012 10:37 PM, Brion Vibber wrote:
I've started adding some documentation on chunked uploading via the API on mediawiki.org:
looks good to me
for instance -- is it possible to do chunked upload without using the stash? Or are they required together?
chunk upload requires stash since while the upload is happening, chunks are stored in the stash, the chunks should never show up on the page.