Using HttpUtils or HttpClient and the AdvancedCamera library I can POST images to a server as a byte array (using HttpClient.InitializePost2) or as a file (HttpUtils.PostFile)
But in PHP I have absolutely no idea how I'd create a "listener" to read in the byte array or file until every byte has been read in.
But in PHP I have absolutely no idea how I'd create a "listener" to read in the byte array or file until every byte has been read in.