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.
2 parents 3265373 + e803247 commit e0122b2Copy full SHA for e0122b2
app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js
@@ -330,7 +330,7 @@ define([
330
331
if (allowed.passed) {
332
target.on('fileuploadsend', function (event, postData) {
333
- postData.data.set('param_name', this.paramName);
+ postData.data.append('param_name', this.paramName);
334
}.bind(data));
335
336
target.fileupload('process', data).done(function () {
0 commit comments