Skip to main content

Hello all,

I’m creating a migration tool where the idea is to transfer text and upload images. 

 

The image is to be sent like this insomnia call:

 

so it’s a multiform POST where you send a binary file. 

is this possible in Thinkwise? I know it’s not doable with the web connection, but maybe with the http connector it is. 

I saw some post from a very long time ago, so maybe much has changed. 

 

I’d appreciate your help!

Hi Tiago,

It is not yet supported in the web connector indeed. It is possible through the HttpConnector but it is a bit complicated.

There are two examples here to make it work:

sending a pdf with the http connector | Thinkwise Community

HTTP connector form-data | Thinkwise Community

Notice the use of the varbinary datatype in both examples to have full control over the request body (with the mandatory newlines, Boundary and content-disposition fields.

I hope this helps,

Regards,

Dick van den Brink