Page 1 of 1

SFSObject and byte array

Posted: 02 Apr 2013, 19:34
by grhwood
Hi,

Since in the SFS2x docs, the html5 api is not binary compatible, what happens if I put byte array into SFSObject and send it to html5 client ?

Thanks

Re: SFSObject and byte array

Posted: 03 Apr 2013, 07:21
by Lapo
In order to send binary data you will have to use the Base64 encoder to transform bytedata into Strings and then send it to the client or vice versa.