I would like to give the user feedback on how many files have been uploaded so far. However, dcc.Upload
first uploads all files before passing them to a callback. Is it possible to display and update the status of the current upload process?
I would like to give the user feedback on how many files have been uploaded so far. However, dcc.Upload
first uploads all files before passing them to a callback. Is it possible to display and update the status of the current upload process?