摘要:
public ActionResult UploadImge(string serverId) { var headPath = "/UploadImage/" + DateTime.Now.ToString("yyyyMM"); string AbsoluteFilePath = Server.MapPath(headPath);... 阅读全文
摘要:
public ActionResult Upload() { // var pathUrl = "http://" + Request.Url.Authority; var file = Request.Files["Filedata"]; var uploadFileName = file.FileNa... 阅读全文