How to update progress in QUploader
-
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? -
Did you find any solution?
-
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
-
use
{{ file.__sizeLabel }} / {{ file.__progressLabel }}
to show progress.
see Custom files list:
https://quasar.dev/vue-components/uploader#Slots