djangorestframework-camel-case
djangorestframework-camel-case copied to clipboard
CamelCaseMultiPartParser does not care about multiple file uploads
When I try to upload multiple files in the same key of request body underscoreize
function replace all files with the last one.
@atnartur can you create a test case showing this?
I'm trying to reproduce this bug. When I finish it I attach the link on repo
Have the same issue
Can confirm. Same issue here
@vbabiy , what about this bug? Could we hope for resolving it issue?
@AndrewBorisenko I am not sure if I will have time soon, but PRs are welcome.
@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
Try to use PUT instead of POST method in my case it helped.