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

Menuitem Fileupload not working in IE 10 and below

XMLWordPrintable

      <zk>
          <div>
      	<menubar>
      	    <menu label="file menu">
      		<menupopup>
      		    <menuitem upload="true" onUpload="Clients.showNotification(event.getMedia().getName())" label="click me." />
      		</menupopup>
      	    </menu>
        	    <menuitem upload="true" onUpload="Clients.showNotification(event.getMedia().getName())" label="click me." />
      	</menubar>
          </div>
      </zk>
      

            hanhsu hanhsu
            hanhsu hanhsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: