摘要: upload.cspublic class UpLoad{ public UpLoad() { // //TODO: 在此处添加构造函数逻辑 // } public static string Up(FileUpload file2) { string err = ""; string fullname = file2.PostedFile.FileName; string ty = fullname.Substring(fullname.LastIndexOf(".") + 1).ToLower(); //if (file2.PostedFile.Co 阅读全文
posted @ 2013-05-10 14:58 李翠华 阅读(288) 评论(0) 推荐(0) 编辑