Hi. I'm not getting multi upload working. When I load the SpecialPage I get some text telling me about the type of files I can upload and under that is a spinner which must be running on Duracel because it just keeps on going.
Topic on Extension talk:MultiUpload
The same is happening to me - the page is http://coasterpedia.net/wiki/Special:MultiUpload and I'm running 1.23.0 - does anyone have a fix?
I managed to get it working using the GIT master rather than the extension distributor. No idea why this worked but it did.
I too am getting the spinning wheel in IE8. Seems to be a javascript error. Browser Mode IE8, Document Mode: IE8 Standards
LOG: Exception thrown by special.upload.patched TypeError: Object doesn't support this property or method
Tried IE8 Compatibility mode - no change.
If I set Document Mode to IE7 Standards or Quirks mode, no spinners, and it works but this error:
Expected identifier, string or number load.php?debug=false&lang=en&modules=ext.multiupload.top%7Cjquery.client%2Ccookie%2CmwExtension%2Cthrottle-debounce%7Cmediawiki.legacy.ajax%2Cwikibits%7Cmediawiki.notify%2Ctoc%2Cutil%7Cmediawiki.page.startup%7Cskins.vector.js&skin=vector&version=20140825T193003Z&*, line 1 character 515
Works great in Chrome of course.
MediaWiki 1.23.2
I have this on 1.27 also after migrating from 1.24. If you refresh the page you can see the form loading, especially in Firefox but also in Chrome. The spinner then takes over.
I found a replacement for MultiUpload, discussion here: https://www.mediawiki.org/w/index.php?title=Topic:T7yx4mwklvybsklp&topic_showPostId=tap1hr0ekmr5ozz0#flow-post-tap1hr0ekmr5ozz0.
The replacement is called SimpleBatchUpload, and can be found here: https://github.com/s7eph4n/SimpleBatchUpload.