|
Hello there, i have written express server with multer integration. I am sending the request using python libary Where Python code: Also i want to send both JSON data and form data to backend, when I use below code, both |
Answered by
mai1x9
Feb 10, 2023
Replies: 1 comment
|
My bad, i was calling multer twice accidentally, and hence the second call resulted in errors and undefined values |
0 replies
Answer selected by
mai1x9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, i was calling multer twice accidentally, and hence the second call resulted in errors and undefined values