读书人

客户端上传记事本到服务器端的指定的文

发布时间: 2012-01-07 21:41:55 作者: rapoo

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

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

读书人网 >C#

热点推荐