我在deleteFile设置中使用param选项发送我在整个页面中使用的临时ID
deleteFile: {
enabled: true,
forceConfirm: false,
method: 'POST',
endpoint: 'myendpoint',
params: {tempID: 'MYFIXEDID'}
},
请求中没有传递tempID的post值。相同的语法适用于请求设置。
答案 0 :(得分:0)
这被确认为5.3.2版中的错误。已在问题跟踪器上打开请求。
我已经离开了这个问题并在这里回答,以防其他人遇到同样的问题。