代码如下:

  HttpFileCollection httpfiles = context.Request.Files;
  files = httpfiles[i];

  Image im = Image.FromStream(files.InputStream);
  Bitmap bitmap = (Bitmap)Image.FromStream(files.InputStream);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案