摘要: private string uploadPic() { string ImageURL = ""; //检测一下uploadFile是否选择了上传文件 if (uploadFile.HasFile) { //检... 阅读全文
posted @ 2013-08-13 09:28 王洪洪 阅读(219) 评论(0) 推荐(0)
摘要: private string uploadPic() { string ImageURL = ""; //检测一下uploadFile是否选择了上传文件 if (uploadFile.HasFile) { //检测一下目录是否存在 if (!Directory.Exists(HttpContext.Current.Request.PhysicalApplicationPath + "upImages//adv//")) { Directo... 阅读全文
posted @ 2013-08-13 09:26 王洪洪 阅读(518) 评论(0) 推荐(0)