我建议使用“~”,这意味着从网站的根目录开始。
因此,这个:
void addnewclient() { string sFile = Server.MapPath(@"~/docs/") + client_tax_photo.FileName; client_tax_photo.SaveAs(sFile); }
所以,上面将解决:
https://MySiteName.com/docs/"file name"