启用 Ajax 推送引擎(APE 服务器)时,Ajax 上传失败

发布于 2024-09-11 23:41:41 字数 294 浏览 12 评论 0原文

每当我禁用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乱了心跳 2024-09-18 23:41:41

好吧,我们自己找到了答案。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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文