上传 技术存储啊

 String savePath = @"D:\test\UpLode\UpLode\file\";
            string fileName = FileUpload1.FileName;//获取文件名
           
            savePath += fileName;
            FileUpload1.SaveAs(savePath);

posted @ 2011-09-28 22:35  lieneces  阅读(102)  评论(0)    收藏  举报