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
I'm also wondering about this -- even when multiple=True, the counter increments after each upload (even though the new value only contains the most recent set of uploaded files), and there doesn't seem to be a way to reset it (in a callback, for example) after processing the files.
lockbot
added
the
resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
label
May 20, 2020
lockbot
locked as resolved and limited conversation to collaborators
May 20, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
resolved-lockedClosed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
It looks a bit odd that the
FileUpload
counter is increasing every time a file is uploaded, even whenmultiple=False
is set:When
multiple=False
is set shouldn't the counter equal to 1?Can be tested with:
The text was updated successfully, but these errors were encountered: