You are not logged in.
Pages: 1
Is there any way to transfer binary parameters without using base64 encoding?
Thanks
Offline
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
Pages: 1