摘要:
新建一个UpLoadController类用于接收请求 public class UpLoadController : Controller { // // GET: /UpLoad/Create public ActionResult Create() { return View(); } // // POST: /UpLoad/Create [HttpPost] public ActionResult Create(FormCo... 阅读全文
posted @ 2012-12-05 09:29
方凯
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号