I'm trying to upload an image using POST. Then on the server to get the POST data, I use:
data: read system/ports/input
...but it seems that the data is truncated.
There doesn't seem to be some specific boundary where the data are truncated. I'm uploading images in range from cca 15-200kB, and the resulting data are few hundreds to few tens of kB long, so there's no artificial boundary like 32'000 bytes.
Does anyone have experience with getting data from POST?