Skip to content

Commit eab571a

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-84366' into 2.1-develop-pr54
2 parents ea600d6 + 652e97c commit eab571a

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)