How to remove the file from the queuedFiles and add it to the uploadedFiles after changing the status to 'uploaded' with updateFileStatus in q-uploader #17127
Unanswered
uyoufu
asked this question in
CLI - BEX mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop a file uploader using q-uploader,the logic is:
uploadedFiles
althoght status is 'uploaded',the file always be contained in
queuedFiles
Is there some ways to remove the file from the queuedFiles and add it to the uploadedFiles after changing the status to 'uploaded' with updateFileStatus in q-uploader?
Beta Was this translation helpful? Give feedback.
All reactions