脚 本 之 家 www.jb51.net
页面导航:  不限条件-->asp.net图片上传生成缩略图的注意事项
本地搜索:
bitmap.Save(imgPath,ImageFormat.Jpeg);  //这是保存缩略图的一段代码,其中的ImageFormat.Jpeg一定不能省略,即使你保存的文件本来就是jpg格式的,也不能去掉。因为如果去掉的话,生成的缩略图比原始图片还要大!//另外,imgPath必须首先创建,否则会产生GDI+的一般性错误。path=System.Web.HttpContext.Current.Server.MapPath(path);使用if(!System.IO.Directory.Exists(path))System.IO.Directiory.CreateDi...
http://www.jb51.net//article/11329.htm
共有:1/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: