Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmitrysikorsky/aspnetcoreuploadingprogress
- Owner: DmitrySikorsky
- License: other
- Created: 2017-01-31T22:42:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T20:40:50.000Z (about 4 years ago)
- Last Synced: 2023-05-31T05:31:16.313Z (over 1 year ago)
- Topics: asp-net-core, file-upload
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 34
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.