aspnetcore-mvc-series
aspnetcore-mvc-series copied to clipboard
Part6 improvements
Added IFormFile found in this companion blog https://code-maze.com/file-upload-aspnetcore-mvc/
Also in .net 3.1 I got error with cancellation token and fixed it using this page. https://stackoverflow.com/questions/22359706/default-parameter-for-cancellationtoken
Advise changes implemented in my version of IFormFile are also implemented into the snippet for the file in the companion blog.