AsyncFileUpload在IE9中不起作用
问题描述:
我在我的项目中使用AsyncFileUpload.它在其他浏览器中工作正常,但在IE9中却没有.我找不到任何解决此问题的解决方案.有谁可以帮助我.如果有解决此问题的解决方案,请告诉我
我该如何解决"?
在此先谢谢!!
I am using AsyncFileUpload in my project .It works fine in other browsers but not in IE9.I have not find any solution to fix it that problem.Can any one help me.If there is any solution to fix this problem please tell me to
"How can I fix it"?
Thanks in advance!!
答
所有代码都在主要的浏览器上进行了测试:IE8/ IE9 RC/Firefox 3.6/Chrome9.使用这样的内置控件很不错.
希望这对您的项目也有帮助.
All codes are tested under major browsers: IE8/IE9 RC/Firefox 3.6/Chrome 9. It''s nice to have such a built-in control to work with.
Hope this is helpful in your projects as well.
我找到了这篇文章(他自定义了AsyncFileUpload控件)&肯定会对您有所帮助.
也可以自定义AsyncFileUpload(Microsoft Ajax控件工具包),也可以跨浏览器 [
I found this article(He customized the AsyncFileUpload control) & surely will help you.
Customize AsyncFileUpload (Microsoft Ajax control toolkit), Cross Browser too[^]
Article says[^]:
摘要
所有代码都在主要的浏览器上进行了测试:IE8/ IE9 RC/Firefox 3.6/Chrome9.使用这样的内置控件很不错.
希望这对您的项目也有帮助.
SUMMARY
All codes are tested under major browsers: IE8/IE9 RC/Firefox 3.6/Chrome 9. It''s nice to have such a built-in control to work with.
Hope this is helpful in your projects as well.
AsyncFileUpload在IE中不支持.您可以使用jQuery文件上传.
谢谢
AsyncFileUpload doesn''t support in IE. You can use jQuery File upload.
Thanks,