We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db65b0 commit 652e97cCopy full SHA for 652e97c
app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js
@@ -304,7 +304,7 @@ define([
304
305
if (allowed.passed) {
306
target.on('fileuploadsend', function (event, postData) {
307
- postData.data.set('param_name', this.paramName);
+ postData.data.append('param_name', this.paramName);
308
$(event.currentTarget).off('fileuploadsend');
309
}.bind(data));
310
0 commit comments