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
Use request.mimetype instead of request.content_type
request.content_type has encoding and other information associated
with it. If we send in multipart/form-data, the content_type attribute
is not just the mime type which is what we are interested in here, but
is a string of the form multipart/form-data;...
0 commit comments