客户端上传记事本到服务器端的指定的文件夹如何实现?RTRTRTRTRT[解决办法]string UploadPath=server.mappath( ". "); string tmpFilePath = UploadPath + "\\ " + tmpFileName; File.SaveAs (tmpFilePath);