摘要:
@{ ViewBag.Title = "Home Page";} 上传 取消上传 public string Upload(FormContext from) { var file = Request.Files["Filedata"]; string uploadPath = Server.MapPath("~/images/"); string url = "/images/" + file.FileName; ... 阅读全文
posted @ 2013-09-13 10:36
luosuo
阅读(2837)
评论(1)
推荐(2)

浙公网安备 33010602011771号