客户端上传记事本到服务器端的指定的文件夹如何实现?
RTRTRTRTRT
[解决办法]
string UploadPath=server.mappath( ". ");
string tmpFilePath = UploadPath + "\\ " + tmpFileName;
File.SaveAs (tmpFilePath);
发布时间: 2012-01-07 21:41:55 作者: rapoo
客户端上传记事本到服务器端的指定的文件夹如何实现?
RTRTRTRTRT
[解决办法]
string UploadPath=server.mappath( ". ");
string tmpFilePath = UploadPath + "\\ " + tmpFileName;
File.SaveAs (tmpFilePath);