我尝试使用以下命令访问localhost上的目录,但错误表明不支持路径格式。
string fileName=ImageName.ToString() + ".Jpeg";
bmp.Save(System.IO.Path.Combine("localhost:59657/ProfileTenModified/setP/", fileName), System.Drawing.Imaging.ImageFormat.Jpeg);
任何解决方案???
答案 0 :(得分:1)
Server.MapPath("~/ProfileTenModified/setP/" + fileName)