Hi people I'm having problems with the direction of my upload files, I look a lot of tutorials but it's deals how to direct in local host, I must direct upload to an external host, in first time i try of this: FileUpload1.SaveAs(Server.MapPath("\\fotografias\\") + CodigoAll); and: FileUpload1.SaveAs(Server.MapPath("e:\\home\\esteticael\\web\\fotografias\\") + CodigoAll); in local host i can upload the files, but int's don't work in my external host someone have an suggest??