vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.
Other
635 stars 122 forks source link

CamelCaseMultiPartParser does not care about multiple file uploads #64

Open atnartur opened 5 years ago

atnartur commented 5 years ago

When I try to upload multiple files in the same key of request body underscoreize function replace all files with the last one.

vbabiy commented 5 years ago

@atnartur can you create a test case showing this?

atnartur commented 5 years ago

I'm trying to reproduce this bug. When I finish it I attach the link on repo

phanhuudinh commented 4 years ago

Have the same issue

ghost commented 4 years ago

Can confirm. Same issue here

AndrewBorisenko commented 4 years ago

@vbabiy , what about this bug? Could we hope for resolving it issue?

vbabiy commented 4 years ago

@AndrewBorisenko I am not sure if I will have time soon, but PRs are welcome.

AndrewBorisenko commented 4 years ago

@vbabiy If you would have some free time - check my pull request for resolving it issue https://github.com/vbabiy/djangorestframework-camel-case/pull/77

krzysieqq commented 3 years ago

Try to use PUT instead of POST method in my case it helped.