r78642 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78641‎ | r78642 | r78643 >
Date:23:02, 20 December 2010
Author:neilk
Status:deferred
Tags:
Comment:
(bug 26099) IE wants the attr to be encType, case sensitive, or it will not upload the file
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.ApiUploadHandler.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.ApiUploadHandler.js
@@ -46,7 +46,7 @@
4747 this.$form.attr( {
4848 action: _this.api.url,
4949 method: 'POST',
50 - enctype: 'multipart/form-data'
 50+ encType: 'multipart/form-data'
5151 } );
5252 } catch ( e ) {
5353 alert( "oops, form modification didn't work in ApiUploadHandler" );

Follow-up revisions

RevisionCommit summaryAuthorDate
r78648minifications, ensuing from r78642neilk23:29, 20 December 2010

Status & tagging log