Perform chunked uploads from upload dialog
authorMatthias Mullie <git@mullie.eu>
Wed, 28 Jun 2017 15:24:42 +0000 (17:24 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 5 Jul 2017 21:02:20 +0000 (21:02 +0000)
commit0e0077baa1352b99af27d654c51c44c958c07cbf
tree528fb5dd482baa3398e50c0e5c758c1945c9c6ca
parent9a6fe69fe694f551f7441433a7b034d1a63ae59e
Perform chunked uploads from upload dialog

These should be a little more resilient to network issues.
There is no longer 1 huge chunk that can fail, it'll now
be a bunch of more discreet chunks, and it'll retry once
(by default) if a chunk fails.

Bug: T132611
Change-Id: Ib9cc2c77a27658accf728fb37f8cebc879a467d2
resources/src/mediawiki/mediawiki.Upload.js