Closed nikky78 closed 2 years ago
Hi @nikky78,
Thanks for the detailed report. Do you think this could be same issue as in https://github.com/np-8/dash-uploader/issues/5 ?
Which version was used here?
As there has been no activity here, I assume that this is duplicate of #5. Feel free to reopen, if you feel this is not the same issue.
Hi,
My code consists in the following:
But when uploading 2 files: file1.xlsx and file2.xlsx, I get the following print:
Both files have been uploaded in the folder, but it seems that callbacks stop after the first file being uploaded: even the line filenames = uploaded_files() in the callback "get_a_list" returns only the first file...
Any idea what's wrong here please?
Thanks!