how to upload file with graphene-file-upload #1170
-
how to save file .. is confuse for me. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Needs a bit more information @kevinzDzul - have you tried to do this already with graphQL mutations? |
Beta Was this translation helpful? Give feedback.
-
Check out: https://docs.graphene-python.org/en/latest/relay/mutations/#accepting-files |
Beta Was this translation helpful? Give feedback.
-
my mutation,
use this library in back: https://github.com/lmcgartland/graphene-file-upload |
Beta Was this translation helpful? Give feedback.
-
if I a need upload a list of files, how identify the name for each one |
Beta Was this translation helpful? Give feedback.
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