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