Last modified: 2014-11-04 22:00:15 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T74768, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 72768 - Add chunked upload support to standard Special:Upload for files larger than POST limit
Add chunked upload support to standard Special:Upload for files larger than P...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Uploading (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
https://commons.wikimedia.org/wiki/Sp...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-30 18:05 UTC by Brion Vibber
Modified: 2014-11-04 22:00 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Brion Vibber 2014-10-30 18:05:53 UTC
While batch-fixing broken Ogg videos in https://commons.wikimedia.org/wiki/Category:Wikimania_2009_presentation_videos I found that a few files were too large to do in one POST (>100M) and I had to do them via chunked upload.

I was just going to do them manually since there weren't many, but found I could not:
* Special:Upload has only single-POST support
* UploadWizard barfed with a JS error (and I'm pretty sure it won't let me upload over existing files anyway)

so I ended up tweaking my CLI batch script to do chunked uploads via API. Probably should have done that anyway, but hey.


Note that Special:Upload is used directly when clicking the 'upload a new version of this file' link on existing media -- it would be nice if it worked for large files! :)
Comment 1 Bawolff (Brian Wolff) 2014-10-30 20:34:27 UTC
I agree this would be nice.

Many people using a user script currently to get around this limitation: https://commons.wikimedia.org/wiki/User:Rillke/bigChunkedUpload.js

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links