public ActionResult Resize() { var service = new ImageService(); service.AdjustImages(HttpContext.Server.MapPath); return(Json(new { success = true }, JsonRequestBehavior.AllowGet)); }