problem description
the requirement is something like this: the C-sharp side of U3D will send a binary byte stream of a picture through POST to request my PHP interface, and then I get the byte stream and transfer it to the image and save it on the server.
The problem withis that he returns data through the interface, which I can"t get. I can get the data by myself through PHP and CURL.
here is my PHP code to get the binary byte stream
/ / $byteStream = file_get_contents ("php://input");