-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
P3backlogbacklogbugsomething brokensomething brokensev-3annoyance with workaroundannoyance with workaround
Description
Bug
Setting max_size on the dcc.Upload component does not restrict users from selecting a file over the max_size limit.
Rather, the max_size seems to restrict the component from triggering a callback (either through filename or contents inputs). This makes it very difficult to provide user feedback on the file being too large.
Expected behavior
A file over the max_size limit should not be selectable, or should still trigger the callback, perhaps with contents = None?
wdecoster
Metadata
Metadata
Assignees
Labels
P3backlogbacklogbugsomething brokensomething brokensev-3annoyance with workaroundannoyance with workaround