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
Add the capability of remembering that a file needs to be uploaded and then uploading it on context destruction or atexit. This could be done with a deferred=True flag to upload or a new function like upload_deferred.
Add the capability of remembering that a file needs to be uploaded and then uploading it on context destruction or
atexit. This could be done with adeferred=Trueflag to upload or a new function likeupload_deferred.