Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从上传的最后一个块中获取响应数据?我在任何地方都找不到它,我发现的唯一一件事是您只能在错误时访问该消息
谢谢
找到了!如果要从文件上传中检索数据,则需要:
r.on('fileSuccess', function(file, event) { console.log(event); });