#1 2014-08-26 15:42:49

Sabbiolina
Member
Registered: 2014-05-20
Posts: 120

[Interface based Services] binary transfert

Is there any way to transfer binary parameters without using base64 encoding?


Thanks

Offline

#2 2014-08-26 15:52:08

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: [Interface based Services] binary transfert

In which direction?

From server to client, just use TServiceCustomAnswer.
From client to server, it is not implemented for interface-based services.

For uploading binary data, you could use a method-based services instead.
See also http://synopse.info/forum/viewtopic.php?id=1953 for mime-multipart support.

Offline

Board footer

Powered by FluxBB