Condition for Multipart/form-data

How do I check if multipart/form-data is being sent into API in a Conditional Flow ? How do I make sure that the user of the API uploads files and folders ?

0 3 297
3 REPLIES 3

Did you try Searching?

@Dino-at-GoogleYes I did and I only got something on how to check for content type , I want to check for the required fields of file and folder which are in the Body variable when I look at the trace

ok, the links at the search i provided show how to do it with a nodejs and a module.

Apigee Edge by default does not strip and parse multi-part form data. But you can add that magic via a nodejs target.