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

upload doesn't show a progressbox

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 10.1.0
    • 10.0.0
    • None
    • Security Level: Jimmy

      Steps to Reproduce

      <button label="Upload" upload="true">
      <dropupload/>
      
      1. upload any big file > 1 MB with an upload button or dropupload

      Current Result

      no progressbox

      Expected Result

      zk shows a progressbox

      Debug info

      • 9.6.5 shows a progressbox
      • one root cause is : fetch.js
        ajaxFetch = function (input, init)
        if (uploadCallbacks.length) {
                        xhr.onprogress = function () {
        

        It should register on xhr.upload.onprogress

            jumperchen jumperchen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: