有没有办法在 domino-ui 文件上传请求中设置自定义 headers?

is there a way to the set custom headers in the domino-ui file upload request?

我们实现了双重提交 cookie anti-CSRF,我需要在使用 domino-ui 的上传表单中放置一个 header。有没有办法设置自定义请求 header?

你可以通过在文件项上添加onBeforeUploadHandler来获取请求实例,首先你需要添加onAddFileHandler然后你获取文件项,一旦你获得文件项你可以添加onBeforeUploadHandler然后添加headers你要。