摘要:
string photoPath = Path.Combine(InitInfo.AttachPath, datePath, guidPath, fileName); HttpContext.Response.ContentType = "image/jpeg"; HttpContext.Respo 阅读全文
posted @ 2018-08-09 16:25
一直乱跑的熊
阅读(127)
评论(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
一直乱跑的熊
阅读(363)
评论(0)
推荐(0)