Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmitrysikorsky/aspnetcoreuploadingprogress

File uploading with progress bar in ASP.NET Core
https://github.com/dmitrysikorsky/aspnetcoreuploadingprogress

asp-net-core file-upload

Last synced: about 2 months ago
JSON representation

File uploading with progress bar in ASP.NET Core

Awesome Lists containing this project

README

        

# 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](https://medium.com/@dmitrysikorsky/file-uploading-with-a-progress-bar-in-asp-net-core-771c9580795f)”
post on the [Dmitry Sikorsky’s blog](https://medium.com/@dmitrysikorsky). 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](result.png)
*Demo web application*

Updated to use .NET Core 2.0.