#1 2018-04-07 10:27:20

nostroyo
Member
Registered: 2015-08-19
Posts: 16

upload image

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

#2 2018-04-07 10:44:48

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,544
Website

Re: upload image

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

Board footer

Powered by FluxBB