利用web services 上传、下载文件
摘要:
//file.asmx /**//// /// 返回文件名列表数组 /// /// [WebMethod] public string[] GetFileName() { return Directory.GetFiles(Server.MapPath("images")... 阅读全文
posted @ 2006-04-06 00:04
星期六
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号