HTTPSocket max amount data

Wich is the max amount of data that I can send with HTTPSocket post?

I suspect the socket will let you post as much as you want. Will the server accept that much? Doubtful. Most uploads need to be chunked in small increments.

Thanks Phillip.

at least Xojo will probably crash due to out of memory if you post more than 1 GB.