I have a web project that save photo to image folder(i used FileUpload) it work in client side but when i upload my website on my host it didnt work anymore ,this is my code \[code\]FileUpload1.SaveAs(Server.MapPath("~/Image/") + FileUpload1.FileName.ToString());\[/code\]