Community

File uploads in ASP.NET Core

(Gunnar Peipman) Just wrote down something I had to went through with students in one of my classes – making file uploads work in ASP.NET Core application. Here are samples of single and multiple file uploads using simple controller actions.