I have an ASP.NET MVC 4 app that i want to deploy to Windows Azure. A part of this app involves uploading a picture. When the picture is uploaded, I want to store the pictur
string path = HostingEnvironment.MapPath(@"~/pictures/uploaded");