2010年9月14日

文件上传(记)

摘要: public static void UploadImage(System.Web.HttpPostedFile postedFile, int templateWidth, int templateHeight, string fileSaveUrl) { //从文件获取原始图片,并使用流中嵌入的颜色管理信息 using (System.Drawing.Image initImage = Sy... 阅读全文

posted @ 2010-09-14 17:07 千羽 阅读(161) 评论(0) 推荐(0)

导航