c#

位置:IT落伍者 >> c# >> 浏览文章

上传图片并修改其大小(C#)的方法


发布日期:2023年07月26日
 
上传图片并修改其大小(C#)的方法

上传图片并修改其大小

//thefile是一个File Field HTML 控件

thefilePostedFileSaveAs(SystemWebHttpContextCurrentServerMapPath(temppng));

MemoryStream MemStream=new MemoryStream();

SystemDrawingImage imgOutput =SystemDrawingBitmapFromFile(SystemWebHttpContextCurrentServerMapPath(temppng));

//修改成×大小

SystemDrawingImage imgOutput=imgOutputGetThumbnailImage(nullIntPtrZero);

imgOutputSave(SystemWebHttpContextCurrentServerMapPath(imagepng) ImageFormatPng);

ResponseWrite(thefilePostedFileFileName);

ResponseWrite(Len:+MemStreamLengthToString());

imgOutputDispose();

imgOutputDispose();

ResponseWrite(上传成功!);

ResponseWrite(SystemWebHttpContextCurrentServerMapPath(imagepng));

上一篇:C# 自动实现属性的意想不到行为

下一篇:.NET应用框架设计实践和概述