File upload multipart/form-data POST request

How to upload file through APIGEE to backend service

Solved Solved
0 2 1,153
2 ACCEPTED SOLUTIONS

It should just work. 

What have you tried? What problem are you having?

View solution in original post

Client can send as a multipart/form-data and apigee can just do a simple pass thru.

tip : Enable streaming for better performance

https://docs.apigee.com/api-platform/develop/enabling-streaming

 

View solution in original post

2 REPLIES 2

It should just work. 

What have you tried? What problem are you having?

Client can send as a multipart/form-data and apigee can just do a simple pass thru.

tip : Enable streaming for better performance

https://docs.apigee.com/api-platform/develop/enabling-streaming