RelayFile Multipart FileUpload Issue #4731
Unanswered
rootandleaves
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am tackling Relay Modern File Upload with Yoga-Server(Prisma Labs) which uses apollo-server behind the scene. Relay Only Upload Files as multipart to server for that i forked middleware which converts Relay Post request to multipart for uploadables(Uploading Files) Now when file recived on my server it is in Following format
Uploaded File
{ filename, mimetype, createReadStream }
but relay is not doing it instead of it i am reciving long object with all fields related to image and value of these keys are empty.Please help to Configure my upload system properly. i am already trying for last 3 days...:*(
Beta Was this translation helpful? Give feedback.
All reactions