前台
<form +imageName);
      //释放image对象占用的资源
      image.Dispose();
      newimage.Dispose();

      imageSmall.ImageUrl="upFile/"+"small"+imageName;
      this.Response.Write("上传成功");

     }
     catch
     {
      this.Response.Write(" 上传失败");
     }
    }
   }
  
  }

相关文章:

  • 2021-10-09
  • 2021-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-06-05
  • 2022-02-17
猜你喜欢
  • 2021-10-10
  • 2022-02-04
  • 2022-01-24
相关资源
相似解决方案