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 17a9fc9 commit bda1366Copy full SHA for bda1366
app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js
@@ -345,6 +345,10 @@ define([
345
target = $(e.target);
346
347
if (allowed.passed) {
348
+ target.on('fileuploadsend', function (event, postData) {
349
+ postData.data.append('param_name', this.paramName);
350
+ }.bind(data));
351
+
352
target.fileupload('process', data).done(function () {
353
data.submit();
354
});
0 commit comments