我的文件通过我的fineuploader设置上传,但显示上传失败.这是什么原因呢? [英] My file gets uploaded with my fineuploader setup but yet it shows upload failed. What is the reason for this?

查看:267
本文介绍了我的文件通过我的fineuploader设置上传,但显示上传失败.这是什么原因呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Rails应用程序中使用了精美的上载器,并且对我的方法和jQuery脚本的要旨进行了总结此处 这是我的控制台日志

这是我的上传实际上没有失败时返回的失败:

我以为这只是在将文件上传到FS的开发服务器上,但是我在将文件发送到CDN服务器的登台服务器上进行了尝试,并且仍然成功上传并显示了相同的上传失败提示:

解决方案

您似乎没有在响应中包括强制性的成功"属性.必须将其设置为true值以指示成功.服务器文档中的 http://docs.fineuploader.com/endpoint_handlers/traditional.html中对此进行了提及.有一个开放的案例可以消除对计划于6.0版计划的较新浏览器的要求.参见 https://github.com/FineUploader/fine-uploader/issues/1325以获取详细信息.

I'm using fine uploader in a rails application and I've made a gist of what my method and my jQuery script looks like here Here's my console log

and here's my upload returning failed when it actually didn't fail:

I thought this was just with my development server where files are being uploaded to FS but I tried it with my staging server that sends the files to a CDN server and it is still successfully uploaded with the same upload failed prompt:

解决方案

It looks like you are not including the mandatory "success" property in your response. It must be set to a value of true to indicate success. This is mentioned in the server documentation at 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 for specifics.

这篇关于我的文件通过我的fineuploader设置上传,但显示上传失败.这是什么原因呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆