03 2014 档案
摘要:纯代码不解释。在CusotmerControllers中添加上传方法/// /// ajax上传用户头像 /// /// /// [HttpPost] public string AjaxUploadAvatar(HttpPostedFileBase uploadedFile) { string message = string.Empty; var customer = _workContext.CurrentCustomer; ...
阅读全文