Hi,I am trying to attach a binary file in the body of a integration, i am doing this in a Reactive application for wich i am using a Forge component called ""GenericConnectorForMultipart.When passing the parameters all the correct data is sent, but the Content-Type : "multipart/form-data" returnsan error, this header is the only Content-Type that it serves to me send the file as binary but it retuns the folowing:
I have tried other types of Content-Type but this is the correct one for the type of file to send which is Binary.
How can I do this?
Hi Juan,
i never use that component, but using this one:
Here are some chunks codes those works:
regards,