How to read posted binary data from a mobile device and post it to a web server?

Posted on 16th Feb 2014 by admin

Here is the senario...

I have a mobile device (MD) that posts binary data to a Web Server (WS1) and that Web Server (WS1) posts that binary data (from the MD) to another Web Server (WS2).

(MD) --> (WS1) --> (WS2)

Is that possible?
Any suggestions how to do it with php?

Thanks

Other forums