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 am trying to send multiple file with flask_swager_ui to my flask api sever but facing issues , when i am doing request.files => its giving me an empty dictionary , also its giving data in request.Values but still that is not in good shape and looks like this.
i am trying to send multiple file with flask_swager_ui to my flask api sever but facing issues , when i am doing request.files => its giving me an empty dictionary , also its giving data in request.Values but still that is not in good shape and looks like this.
CombinedMultiDict([ImmutableMultiDict([]), ImmutableMultiDict([('name', 'demo_122112'), ('files', '[object File],[object File],[object File]')])])
above output clearly shows that images are not coming in request.files dictionary and going as form data where also their format is little skeptical .
The text was updated successfully, but these errors were encountered: