Problem To Solve
Hello. I have been given an iPhone app that, as part of its functionality, sends a request to the server with a binary jpeg image in the request body. I have to find a way to read that binary data, send it to a client via socket.io, and log a copy of the image to the disk on the server.Hello. I have been given an