Skip to content

How to download file from SQL Server database chunk by chunk in asp.net core? #14360

@pnrBehnamm

Description

@pnrBehnamm

We wrote file sharing web application, and we store data in SQL Server database. We need to download a file from database chunk by chunk, for example, each chunk is 1MB. If data is 10MB, we must download it base on ten chunks. and finally, we must merge into one file.

I found a good article. But unfortunately, it's not about downloading a file from the database. https://dejanstojanovic.net/aspnet/2018/march/download-file-in-chunks-in-parallel-in-c/

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions