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