2008年1月28日
摘要: /* 取得文件路径 */ public string GetConfigInfo(string strElement, string strName) { XmlDocument xmlConfig = new XmlDocument(); string file = Server.MapPath("./") + "Config.config"; ... 阅读全文
posted @ 2008-01-28 16:11 Stym--闫生 阅读(223) 评论(0) 推荐(0)
摘要: 原理:把要上传的文件读入一个字节数组!在服务器端的指定路径,生成一个文件,并把该字节数组写入! 一。file.aspx文件代码: 水情信息发布 水情信息发布 ... 阅读全文
posted @ 2008-01-28 15:44 Stym--闫生 阅读(451) 评论(0) 推荐(0)