my controller:
[HttpPost] [ValidateAntiForgeryToken] public ActionResult EditUserDetails(AuthorizedUser user, HttpPostedFileBase file) { try { va