You are not logged in.
Pages: 1
Hi,
What is the best strategy to upload photo on the server? I dont want to use the sqlrawblob because i don't want the image in the db but just a path where the server actually keep my image.
I try to use an RPC with a TByteDynArray but i have wierd errors maybye it's too big for the TByteDynArray. what do you think?
Offline
As documented in 16.8.6.1.1.5. Sending raw binary you may define Client-Server services via methods to transmit raw binary, without the Base64 encoding overhead
Offline
Pages: 1