Skip to content

persistent file upload across pages in .net mvc application #62544

Open
@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


[severity:Other]
We are developing a .NET Core 9 MVC application that includes file upload functionality. The system is expected to support:

Uploading 15 to 20 large files simultaneously, with each file ranging from 1 GB to 5 GB.

Uninterrupted background uploads, even when users navigate between pages within the application (e.g., from /MyCollection/MyCollectionDetails to /FavoritesFolder/Index).

Ensuring users do not need to re-select files or restart uploads after navigation.

We are using Dropzone.js for file selection via drag-and-drop or browse, and a persistent toaster-style UI to display upload progress, status, and cancellation options.

Currently we are facing challenges to achieve this as Traditional .NET MVC applications perform full page reloads on navigation, which clears in-memory JavaScript state. This makes it difficult to maintain ongoing uploads across page navigation/redirection. We are looking for a solution that enables seamless and persistent background uploads—similar to Google Drive or OneDrive


Original Comments

Feedback Bot on 6/18/2025, 04:01 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions