【问题标题】:ZK upload=true not working IE10ZK 上传 = true 不工作 IE10
【发布时间】:2017-04-13 16:57:34
【问题描述】:

在我的网络应用程序中,我有以下代码:

<toolbarbutton id="CD" upload="true" image="/static/img/icons/document--plus.png" disabled="false" />

问题是当我点击按钮时没有任何反应,但如果我在 zk 沙箱上测试这段代码,它就可以工作。 有谁知道我做错了什么?

非常感谢,

丹尼尔

PS 以下代码有效

<button id="CD" upload="true" image="/static/img/icons/document--plus.png" disabled="false" />

【问题讨论】:

  • 你能发布一些不能在IE10中运行的程序
  • 我之前贴的代码在ie10中不起作用

标签: java file-upload internet-explorer-10 zk


【解决方案1】:
draggable="true"

使父组件可拖动。

<div draggable="true"><button upload="></button></div>

【讨论】:

    猜你喜欢
    • 2013-11-09
    • 2013-01-19
    • 1970-01-01
    • 1970-01-01
    • 2014-01-05
    • 1970-01-01
    • 2023-03-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多