Example #1
0
        public ActionResult Resize()
        {
            var service = new ImageService();

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