Sending binary data over http

前端 未结 3 1204
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 08:51

I am looking for suggestions on the best way to send/receive data from a remote GPRS device, over port 80.

Creating a plain TCP socket on a random port works fine, but m

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-31 09:23

    ASP.NET C# implementation of Uploading binary data like images as POST request to target URL:.

    http://technowide.net/2012/09/01/upload-binary-data-http-post/

提交回复
热议问题