Oaky I'll buy into it that it has to be a ROOT not a /LocalHost/ type path...
BUT
I have the line below as per all teh examples and I still get an error... Can not find part of the path
FileUpload1
.SaveAs(Server.MapPath("~/Vidoe/") & FileUpload1.FileName)
Does the path have a physical length max? Here is mine!
Server.MapPath("~/Vidoe/") & FileUpload1.FileName = "C:\Documents and Settings\phillip_seaman\My Documents\Code\New Development\Wiki\PM2005_v2\Vidoe\intro.wmv" String
What am I missing?