You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Currently dcc.Upload requires users to select all the files they want to upload when multiple=True.
My project requires the users to upload all the contents of a folder of their choice. I'd rather not leave it up to the user to select all files from the folder they are interested in. It would be much more efficient for the dcc.Upload component to allow users to select a folder and automatically upload all the contents within the folder.