public ActionResult UpLoadProcess(string id, string name, string type, string lastModifiedDate, int size, HttpPostedFileBase file)

改为以下就能接收到参数了。


 [Description("上传图片")]

        public ActionResult UpLoadProcess(string id, string name, string type, string lastModifiedDate, HttpPostedFileBase file)

本文转载:CSDN博客