摘要: 由于项目需要,通过本地客户端,把图片上传到网站.通过webservice.这是客户端代码: 1 private void btnimg_Click(object sender, EventArgs e) 2 { 3 this.yanzheng()... 阅读全文
posted @ 2014-07-02 17:12 SkyTeam_LBM 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1 //图片的"读"操作 2 //①参数是图片路径:返回Byte[]类型: 3 //参数是图片的路径 4 public byte[] GetPictureData(string imagePath){ 5 FileStream fs=new FileStream(imagePath,FileMod... 阅读全文
posted @ 2014-07-02 13:29 SkyTeam_LBM 阅读(855) 评论(0) 推荐(0) 编辑