启用 Ajax 推送引擎(APE 服务器)时,Ajax 上传失败
每当我禁用 APE comet 服务器时,AJAX 文件上传都会正常运行。启用后,不会解析来自 PHP 的 response.responseText。
这个问题已经困扰我一个多月了。
这里还有另一个人遇到同样的问题: 无法使用ajax-upload 因为 ape comet 服务器
有人可以帮助我们吗?
Whenever I disable the APE comet Server, AJAX file uploads run properly. And when enabled, the response.responseText from PHP is not parsed.
This problem has been bugging me since about more than a month.
There's another person here with the same problem: Can not use ajax-upload because of ape comet server
Can anyone please help us both ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我们自己找到了答案。APE不断地进行自己的AJAX调用,这会与我自己的上传功能发生冲突。
为了解决这个问题,我们使用了 Valum 的上传器,尽管我现在找不到它的链接。
Well we found out the answer ourselves.. APE keeps making its own AJAX calls on a continuous basis, and it would conflict with my own uploading function.
To solve it, we used Valum's uploader, though I cant find a link to it now.