Hi,
I'm receiving the Multipart/form-data request in Node js and sending the file to another server by calling API.
I'm using formidable to handle form data.request to send the file to the server.
I've tried that same process on the local machine using Node.js that wok's well. Here Node js stores the form-data file locally and sends the file to another server.
But in APIGEE form-data file can't be stored temporarily. It's loading and got timed out in that part. It seems Node.js container have access to the store temp file.
I'm attaching my proxy bundle here.
consumerappimageupload-rev2-2018-04-23.zip
Please give me an idea how to proceed.