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

Fixes #510: Multiple file uploads via POST now work correctly. #1000

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

simondrabble
Copy link
Contributor

Changes proposed in this pull request:

Fix issue #510

Copy link
Collaborator

@dtkav dtkav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@dtkav dtkav added the ready label Nov 5, 2019
@hjacobs
Copy link
Contributor

hjacobs commented Nov 5, 2019

Thanks!

@hjacobs
Copy link
Contributor

hjacobs commented Nov 5, 2019

👍

@ddurham2
Copy link
Contributor

ddurham2 commented Nov 19, 2019

I believe this change breaks the aiohttp api. aiohttp passes a dict and not a wz.datatypes.ImmutableMultiDict as flask does. So there is no getlist() method to call.

@dtkav
Copy link
Collaborator

dtkav commented Dec 13, 2019

Hey @ddurham2 good catch. We have a lot of problems with aiohttp / flask compatibility since the API is not well defined and tests aren't shared between the two frameworks.
#1095 is underway to fix some of the inconsistency in responses, but it's likely we'll have to make some major fixes to ConnexionRequest consistency as well.

dtkav added a commit that referenced this pull request Dec 13, 2019
hjacobs pushed a commit that referenced this pull request Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants