普通的下载

string photoPath = Path.Combine(InitInfo.AttachPath, datePath, guidPath, fileName);

            HttpContext.Response.ContentType = "image/jpeg";
            HttpContext.Response.TransmitFile(photoPath);

原文地址:https://www.cnblogs.com/ZX-LMY/p/9449772.html