0

Fileupload not working in IE11

asked 2013-12-18 10:24:15 +0800

Neus gravatar image Neus
1415 14

Hi, I upgrade Internet Explorer to v11 and I realize that Fileupload is not working well with this browser.

If you run this sample http://zkfiddle.org/sample/10fg5ci/2-UploadSample in ZK 6.5.3 with IE11 you can reproduce it. I realize that with ZK 7 it works fine, but there's any solution to make it work with previous ZK versions without updating to ZK 7??

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-12-19 01:57:09 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

Hi Neus, ZK 6.5.x will support IE 11 since ZK 6.5.5, you can try 6.5.6 freshly version.

link publish delete flag offensive edit

Comments

Is there an easy way to make the fileupload work with IE11 without updating zk?

Neus ( 2014-01-30 10:40:02 +0800 )edit
0

answered 2016-08-02 06:49:23 +0800

girish31it gravatar image girish31it
1

Its simple and weird, However what I found is make the parent component as draggable="true"

<row draggable="true">
    <div style="text-align : right;">
        <label value="Image File:" />
    </div>
    <fileupload id="fileUpload" label="Upload" tooltiptext="Click to upload image file."/>
</row>

Now suddenly you will see your fileupload button in ZK started working correctly for IE11 as well.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-12-18 10:24:15 +0800

Seen: 59 times

Last updated: Aug 02 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More