Index: trunk/extensions/UploadWizard/resources/combined.js |
— | — | @@ -9202,7 +9202,7 @@ |
9203 | 9203 | this.$form.attr( { |
9204 | 9204 | action: _this.api.url, |
9205 | 9205 | method: 'POST', |
9206 | | - enctype: 'multipart/form-data' |
| 9206 | + encType: 'multipart/form-data' |
9207 | 9207 | } ); |
9208 | 9208 | } catch ( e ) { |
9209 | 9209 | alert( "oops, form modification didn't work in ApiUploadHandler" ); |
Index: trunk/extensions/UploadWizard/resources/combined.min.js |
— | — | @@ -9202,7 +9202,7 @@ |
9203 | 9203 | this.$form.attr({ |
9204 | 9204 | action:_this.api.url, |
9205 | 9205 | method:'POST', |
9206 | | -enctype:'multipart/form-data' |
| 9206 | +encType:'multipart/form-data' |
9207 | 9207 | }); |
9208 | 9208 | }catch(e){ |
9209 | 9209 | alert("oops, form modification didn't work in ApiUploadHandler"); |