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 @@
47
47
this.$form.attr( {
48
48
action: _this.api.url,
49
49
method: 'POST',
50
- enctype: 'multipart/form-data'
50
+ encType: 'multipart/form-data'
51
51
} );
52
52
} catch ( e ) {
53
53
alert( "oops, form modification didn't work in ApiUploadHandler" );
Follow-up revisions
Revision
Commit summary
Author
Date
r78648
minifications, ensuing from
r78642
neilk
23:29, 20 December 2010
Status & tagging log
20:53, 15 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r78642
[
removed:
new
added:
deferred]