Skip to content

Commit e0122b2

Browse files
author
Oleksii Korshenko
authored
MAGETWO-70165: Fix for file category image uploader #10033
2 parents 3265373 + e803247 commit e0122b2

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
@@ -330,7 +330,7 @@ define([
330330

331331
if (allowed.passed) {
332332
target.on('fileuploadsend', function (event, postData) {
333-
postData.data.set('param_name', this.paramName);
333+
postData.data.append('param_name', this.paramName);
334334
}.bind(data));
335335

336336
target.fileupload('process', data).done(function () {

0 commit comments

Comments
 (0)