码迷,mamicode.com
首页 > Web开发 > 详细

上传图片

时间:2019-01-12 20:19:37      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:div   span   ade   class   filename   images   image   style   bsp   

   

  
  public string UploadImage(HttpPostedFileBase imgFile)
 {
      bool b = upload(imgFile.InputStream,filepath,filename)
  }
  public bool upload(Steam imageStream,string filepath,string filename)
{
    stream fs= imageStream;
     BinaryReader r = new BinaryReader(fs);  
    byte[]   postArray= r.ReadBytes((int)fs.Length);
}

 

上传图片

标签:div   span   ade   class   filename   images   image   style   bsp   

原文地址:https://www.cnblogs.com/whl4835349/p/10260851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!