It could be good if we can pass formData method as function.
So we can send some values like row id.
Maybe there is a way to pass rowid while posting.
$$(“uploadAPI”).fileDialog({
rowid: e.row
})
Are you using autosend ?
In this case, you can define formData property:
$$("uploadAPI").define("formData",{ rowid: e.row });
It’s solved my problem. What about to use proxy?
I need to pass my csrf token in header.
The solution will be added into the next version: