-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error: django.utils.datastructures.MultiValueDictKeyError: '1' #34
Comments
Hey @fabull86 can you solve that error? I'm evaluating this library. I wanted to know if it is stable considering that my application will use a lot of image uploads. |
The same problem |
same problem |
same problem |
Hey here, any intention to merge the PR to solve this problem? |
any workarounds for this issue? |
Same here. When would #66 be released? |
This solves the problem for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Imcgartland,
I've been busy all day with trying to upload an image to django by react-native. After reading a lot I landed at graphene-file-upload. Unfortunately, I do not get it to work and I hope you can help.
I get the following error message:
My request is the following:
On the client-side I´m using 'apollo-upload-client' as described on their page.
I can see in the debugger that the error occurs in this function: (graphene_file_upload/utils.py)
-> file_obj = files[key]
the files array is empty.
Do you have an idea what I´m doing wrong?
The text was updated successfully, but these errors were encountered: