Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error when uploading multiple file upload #40

Open
KuldeepPCodes opened this issue Jan 18, 2021 · 0 comments
Open

getting error when uploading multiple file upload #40

KuldeepPCodes opened this issue Jan 18, 2021 · 0 comments

Comments

@KuldeepPCodes
Copy link

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant