You are not logged in.
Pages: 1
Hello
I am newbie in REST servers and HTTP protocol.
I use TRestServerFullMemory a TRestHttpClient in WEBSOCKETS_DEFAULT_MODE. From time to time I would also need to transfer a binary file with a size from 10MB to 50MB. What is the best option for a Rest server like this? It is reasonable? I would prefer to use http communication and an allowed port (customer security policy).
Best regards
Offline
For now i use only Interface based services...
Offline
This means that I can use the StringFromFile function and transfer the binary file as a RawByteString without any worries
Offline
Pages: 1