我在https://blueimp.github.io/jQuery-File-Upload/演示中使用JQuery文件上传示例我的文件上传是正常的,但显示“错误空文件上传结果”似乎我错过了回调函数。任何解决这个问题的建议都是值得感谢的。
发布于 2019-12-04 04:55:14
已修复。JSON响应格式需要与新标准匹配。{“文件”:{“名称”:“图片1.jpg”,“大小”:902604,"url":"http://example.org/files/picture1.jpg","thumbnailUrl":"http://example.org/files/thumbnail/picture1.jpg","deleteUrl":"http://example.org/files/picture1.jpg","deleteType":“thumbnailUrl”}}
https://stackoverflow.com/questions/59058385
复制相似问题