是否有一种简单的方法可以使文件上传与IE11一起使用而无需更新zk [英] Is there an easy way to make the fileupload work with IE11 without updating zk

查看:140
本文介绍了是否有一种简单的方法可以使文件上传与IE11一起使用而无需更新zk的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ZK的IE11文件上传按钮不起作用.

In IE11 file upload button of ZK is not working.

我得到的答复很少,它说更新ZK后可以解决此问题.

I got few replies, It says after updating ZK it will fix the problem.

但是我们无法更新ZK,因此在这种情况下,有任何方法可以解决该问题.

But we can't update ZK, So in this scenario is there any way to work out this problem any how.

推荐答案

最后,我得到了解决方案. AS IE 11在附加事件以侦听打开的文件选择器时遇到问题. 您只需手动添加侦听器即可.

Finally I got the Solution. AS IE 11 having problem to attach event for listening to open File chooser. You just manually add the listener.

<button id="browsebtn"  upload="true,maxsize=-1" visible="true" sclass="text">
<attribute w:name="doMouseDown_">
            function (evt) {

            }
            </attribute>
</button>

这篇关于是否有一种简单的方法可以使文件上传与IE11一起使用而无需更新zk的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆