how to upload file with graphene-file-upload #1170
Answered
by
kevinzDzul
kevinzDzul
asked this question in
Q&A
|
how to save file .. is confuse for me. |
Answered by
kevinzDzul
May 7, 2019
Replies: 4 comments
|
Needs a bit more information @kevinzDzul - have you tried to do this already with graphQL mutations? |
0 replies
|
Check out: https://docs.graphene-python.org/en/latest/relay/mutations/#accepting-files |
0 replies
|
my mutation, use this library in back: https://github.com/lmcgartland/graphene-file-upload |
0 replies
Answer selected by
zbyte64
|
if I a need upload a list of files, how identify the name for each one |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my mutation,
filedata[0] is array for multiple files
use this library in back: https://github.com/lmcgartland/graphene-file-upload
and use this in frond : https://github.com/jaydenseric/apollo-upload-client