摘要: string photoPath = Path.Combine(InitInfo.AttachPath, datePath, guidPath, fileName); HttpContext.Response.ContentType = "image/jpeg"; HttpContext.Respo 阅读全文
posted @ 2018-08-09 16:25 一直乱跑的熊 阅读(124) 评论(0) 推荐(0) 编辑
摘要: public void DownFile(string guid) { var fileTransfer = new FileTransfer(); var directoryPath = Path.Combine(InitInfo.Config_GarbagePath, "FileImport", guid); ... 阅读全文
posted @ 2018-08-09 15:43 一直乱跑的熊 阅读(349) 评论(0) 推荐(0) 编辑