No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to update progress in QUploader

    Help
    4
    4
    71
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      proequilibrium last edited by

      Hi,
      in version 1.17 was factoryFn( file, updateProgress). In the newest version there is no longer updateProgress function. How to tell the component to show progress?

      1 Reply Last reply Reply Quote 0
      • T
        technowebs last edited by

        Did you find any solution?

        dobbel 1 Reply Last reply Reply Quote 0
        • dobbel
          dobbel @technowebs last edited by

          @technowebs @proequilibrium

          There is a computed uploadProgress property in Q-uploader ( QUploaderBase.js)

          https://github.com/quasarframework/quasar/blob/dev/ui/src/components/uploader/QUploaderBase.js

          I guess the function name changed in 2.X

          1 Reply Last reply Reply Quote 0
          • M
            mingzai84 last edited by

            use {{ file.__sizeLabel }} / {{ file.__progressLabel }} to show progress.
            see Custom files list:
            https://quasar.dev/vue-components/uploader#Slots

            1 Reply Last reply Reply Quote 0
            • First post
              Last post