Image upload and save that to the folder in MVC controller
am new to MVC technology am unable to store images in the root folder of the solutionvar fileSavePath = (HttpContext.Server.MapPath("\\Logo\\" + fileName + "_" + DateTime.Now.ToShortDateString()));
httpPostedFile.SaveAs(fileSavePath);
Thanks & Advance
Prem kumar A