请问我想上传文件到服务器上string saveFoler = "upload/";//在服务器上有这个目录 Uploadfile.PostedFile.SaveAs(Server.MapPath(saveFoler + fileName));为什么不可以? 查看完整描述