In postman,I am able to send a binary file choosing the binary radio button to a REST service using the POST method.
I am trying to send the binary file from K2 to the same REST service. But in Swagger 2.0, I can consume a multipart/form and choose a type as file in the parameters. But I cannot choose the file type to be binary.
Can you suggest any way I can send a binary file from K2?
Thanks and Regards
Sindhu Kodikal