Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2044

Upload button does not always display the file selection dialog on IE11

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.5
    • 6.5.4, 6.5.5
    • General
    • Security Level: Jimmy
    • Windows 8.1, IE11

      1. Open the following page on IE11
      2. Click on the upload button

      A file selection dialog should be displayed once the button is clicked. However, the dialog would only sometimes be displayed after several tries.

      test.zul
      <?page title="IE11 Upload Issue" contentType="text/html;charset=UTF-8"?>
      <?script content="zk.useStackup='auto'"?>
      <zk>
          <window title="Click to select a file to upload" border="normal" width="200px">
               <button upload="true" label="Select a File" vflex="1"> 
                   <attribute name="onUpload"><![CDATA[
      		 Object media = event.getMedia();
      		 alert("file uploaded");
                   ]]></attribute>
               </button>
          </window>
      </zk>
      

            noahhuang noahhuang
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: