Skip to content

Commit 652e97c

Browse files
committed
MAGETWO-84366: Logo Image Upload is not working in Internet Explorer (v-11.0.96)
1 parent 6db65b0 commit 652e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ define([
304304

305305
if (allowed.passed) {
306306
target.on('fileuploadsend', function (event, postData) {
307-
postData.data.set('param_name', this.paramName);
307+
postData.data.append('param_name', this.paramName);
308308
$(event.currentTarget).off('fileuploadsend');
309309
}.bind(data));
310310

0 commit comments

Comments
 (0)