Asp.Net 2.0 防盗下载文件
摘要:
public void downLoad(string path) { try { string filePath = path; int temp = filePath.LastIndexOf("/") + 1; string fileName = filePath.Substring(temp, filePath.Length - temp); //FileStream fileStream ... 阅读全文
posted @ 2008-01-02 13:34 xiaoyz 阅读(229) 评论(0) 推荐(0)
浙公网安备 33010602011771号