摘要:
记录下C#的图片数据流发送与接收,方便有用之人使用1、发送数据流图片public string PostBinaryData(string url) { //下面是测试例子 // // string img = @"E:\test\a.jpg"; // byte[] bytess = File.ReadAllBytes(img); HttpWebRequest wRequest = (HttpWebRequest)WebRequest.Create(url); wRequest.C... 阅读全文
posted @ 2013-08-08 16:41
小玉米棒子
阅读(519)
评论(0)
推荐(0)

浙公网安备 33010602011771号