摘要: public ActionResult UploadImge(string serverId) { var headPath = "/UploadImage/" + DateTime.Now.ToString("yyyyMM"); string AbsoluteFilePath = Server.MapPath(headPath);... 阅读全文
posted @ 2017-08-29 09:31 过一天日子修一天缘 阅读(1416) 评论(0) 推荐(0) 编辑
摘要: public ActionResult Upload() { // var pathUrl = "http://" + Request.Url.Authority; var file = Request.Files["Filedata"]; var uploadFileName = file.FileNa... 阅读全文
posted @ 2017-08-29 09:22 过一天日子修一天缘 阅读(4795) 评论(0) 推荐(0) 编辑