我的文件通过我的 fineuploader 设置上传,但它显示上传失败。这是什么原因?
My file gets uploaded with my fineuploader setup but yet it shows upload failed. What is the reason for this?
我在 rails 应用程序中使用了很好的上传器,我已经大致了解了我的方法和 jQuery 脚本的样子 here
这是我的控制台日志
这是我的上传返回失败但实际上并没有失败:
我以为这只是在我的开发服务器上,文件正在上传到 FS,但我用我的临时服务器尝试了它,它将文件发送到 CDN 服务器,它仍然成功上传,并出现相同的上传失败提示:
您的回复中似乎没有包含强制性的 "success" 属性。它必须设置为 true 值以指示成功。 http://docs.fineuploader.com/endpoint_handlers/traditional.html. There is an open case to remove this requirement for newer browsers, scheduled for version 6.0. See https://github.com/FineUploader/fine-uploader/issues/1325 的服务器文档中提到了这一点以了解具体情况。
我在 rails 应用程序中使用了很好的上传器,我已经大致了解了我的方法和 jQuery 脚本的样子 here 这是我的控制台日志
这是我的上传返回失败但实际上并没有失败:
我以为这只是在我的开发服务器上,文件正在上传到 FS,但我用我的临时服务器尝试了它,它将文件发送到 CDN 服务器,它仍然成功上传,并出现相同的上传失败提示:
您的回复中似乎没有包含强制性的 "success" 属性。它必须设置为 true 值以指示成功。 http://docs.fineuploader.com/endpoint_handlers/traditional.html. There is an open case to remove this requirement for newer browsers, scheduled for version 6.0. See https://github.com/FineUploader/fine-uploader/issues/1325 的服务器文档中提到了这一点以了解具体情况。