上传 技术存储啊

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

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