摘要:
上传已经填写好数据的EXCEL public bool UploadFile(ref string filepath) { #region 保存文件... bool ret = false; HttpFileCollection files = HttpContext.Current.Request.Files; if (files.Count > 0) { string fileName ... 阅读全文
posted @ 2009-05-22 18:17
又_又
阅读(370)
评论(0)
推荐(0)
浙公网安备 33010602011771号