Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to extract multipart/form-data from POST request and pass it to backend

I want to extract multipart/form-data from POST request and pass it to backend i have three keys and values in form data and have problem to extract these data and pass it to back end please appreciate your support @DChiesa curl -L -X POST "https://apigee002.local:9006/api/v1/document-management/document" ^ -F "document=@\"/C:/Users/a814334/Desktop/Apigee installation/Captfure.pdf\"" ^ -F "documentType=\"ADDRESS\"" ^ -F "overwrite=\"false\""
1 2 538
2 REPLIES 2