首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

客户端上传记事本到服务器端的指定的文件夹怎么实现

2012-01-07 
客户端上传记事本到服务器端的指定的文件夹如何实现?RTRTRTRTRT[解决办法]string UploadPathserver.mappa

客户端上传记事本到服务器端的指定的文件夹如何实现?
RTRTRTRTRT

[解决办法]
string UploadPath=server.mappath( ". ");
string tmpFilePath = UploadPath + "\\ " + tmpFileName;
File.SaveAs (tmpFilePath);

热点排行