Understanding File uploads in ASP.NET Core View Article Information Posted Date: 24. November 2017 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET, ASP.NET vNext, ASP.NET Core Keywords: File uploads, File uploads in ASP.NET Core, Large File Upload To upload small files, you can use a multi-part HTML form or construct a POST request using JavaScript. An example form using Razor, which supports multiple uploaded files, ASP.NET MVC actions support uploading of one or more files using simple model binding for smaller files or streaming for larger files. [Continue Reading]