DmitrySikorsky / AspNetCoreFileUploading

File uploading with ASP.NET Core: what options do we have?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Uploading with ASP.NET Core: What Options Do We Have?

This is a demo web application for the “File Uploading with ASP.NET Core: What Options Do We Have?” post on the Dmitry Sikorsky’s blog. It demonstrates the following ways of file uploading with an ASP.NET Core web application (both client-side and server side parts):

  1. File uploading using a plain HTML file input with a submit button.
  2. File uploading using a plain HTML file input without a submit button.
  3. File uploading using a plain HTML file input with a custom UI and without a submit button.
  4. File uploading using an iframe with a plain HTML file input with a custom UI and without a submit button.
  5. File uploading using a plain HTML file input with a custom UI and jQuery.ajax() function.
  6. File uploading using the drag and drop feature and jQuery.ajax() function.

The demo web application screenshot:

Demo web application Demo web application

Updated to use .NET Core 2.0.

About

File uploading with ASP.NET Core: what options do we have?

License:Other


Languages

Language:HTML 38.9%Language:C# 28.9%Language:JavaScript 16.7%Language:CSS 15.4%