AspNetCoreUploadingProgress icon indicating copy to clipboard operation
AspNetCoreUploadingProgress copied to clipboard

File uploading with progress bar in ASP.NET Core

File Uploading with Progress Bar in ASP.NET Core

This is a demo web application for the “File Uploading with Progress Bar in ASP.NET Core” post on the Dmitry Sikorsky’s blog. It demonstrates how to upload files in ASP.NET Core with a progress bar without using any third-party client side technology (like Flash).

The demo web application screenshot:

Demo web application Demo web application

Updated to use .NET Core 2.0.