IE:空“结果”使用 Jquery 文件上传插件

发布于 2024-12-12 17:48:03 字数 270 浏览 2 评论 0原文

我的 jQuery 文件上传插件有问题。

我想取回有关提交文件的一些数据,因此我使用 onDone: function (e, data) 回调。

我需要访问data.result来获取提交文件的ID,并将其注入到隐藏文件中。 Firefox 一切正常,但当我尝试使用 Internet Explorer 时,我发现 data.result 始终为空。

有人遇到过类似的问题吗?

谢谢

I have got a problem with the jQuery File Upload Plugin.

I want to get back some data's about the submitted file, so i use the onDone: function (e, data) callback.

I need to access to data.result to get the ID of the submited file, and inject it in a hidden file. Everything works great with Firefox, but when i tried on Internet Explorer, i found out that data.result was always empty.

Does anybody faced a similar issue?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

反话 2024-12-19 17:48:05

低于版本 10 的 IE 浏览器不支持文件 API。

IE9 支持 HTML5 文件 API 吗?

IE browsers less than version 10 don't have support for File API.

Will IE9 support the HTML5 File API?

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