sadier

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2004年7月26日

摘要: 1。发起端:WebClient myWebClient = new WebClient();string path = Request.Url.ToString();path = path.Substring(0,path.LastIndexOf(@"/")+1);path = path + @"UpLoadFile.aspx";byte[] responseArray = myWebClient... 阅读全文
posted @ 2004-07-26 21:27 毛小华 阅读(1708) 评论(0) 推荐(0)