I’ve confirmed that the current (2016r4.1) xojo.net.httpsocket doesn’t support chunked encoding ( https://forum.xojo.com/37145-can-xojo-net-httpsocket-send-chunked )
and I’ve submitted a feature request as suggested ( http://feedback.xojo.com/case/46315 )
but I really need to find a way to do this in the short-term… Maybe there’s a way with CURLS? (I have the MBS plugins).
Any sample code or leads would be appreciated!!
It seems like to be as easy as this in C#: HttpWebRequest.SendChunked = true;