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
JS submit event after upload. (53d5af0)After a successful upload, use JS submit event instead of the submit method.
The submit method does not invoke a submit event and also does not validate the form.