Send files to server

Questions regarding the use of the Java SDK for Server or Client development or integration into customer products ...

Moderator: uasdkjava

Post Reply
ulrichma
Jr. Member
Jr. Member
Posts: 1
Joined: 21 Nov 2013, 19:31

Send files to server

Post by ulrichma »

Hi,
is it possible to send files e.g. images from the client to the server?
Can you provide some sample code?

Regards
Manuel

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Send files to server

Post by Support Team »

Hello Manuel,

Sorry, we don't have any samples. I suppose the simplest is to just define ByteString type variable(s) and provide the files as byte[] values the variable(s).

Best regards
Support Team

Post Reply