IE:空“结果”使用 Jquery 文件上传插件
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
低于版本 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?