G
Guest
txtUpload1.PostedFile.SaveAs(Server.MapPath("~") + "\\" + file1.Name);
this code loads the file in the root directory of my application, by using
the tilde. How do I accomplish getting the file to loaded above root. My
application is within another applilcation (subdomain). I guess I am looking
the .net equivalent to .. in unix.
Thanks.
this code loads the file in the root directory of my application, by using
the tilde. How do I accomplish getting the file to loaded above root. My
application is within another applilcation (subdomain). I guess I am looking
the .net equivalent to .. in unix.
Thanks.