How to get selected files count from QUploader? #14551
Answered
by
Diferno
oneriang
asked this question in
General - Components / Directives / etc
-
How to get selected files count from QUploader? |
Beta Was this translation helpful? Give feedback.
Answered by
Diferno
Oct 5, 2022
Replies: 1 comment 2 replies
-
I use the added event to get the files that have been added. https://v1.quasar.dev/vue-components/uploader#quploader-api @added -> function(files)
Description
Emitted when files are added into the list
Parameters
files : Array
Description
Array of files that were added` |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
oneriang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the added event to get the files that have been added. https://v1.quasar.dev/vue-components/uploader#quploader-api