Blueimp jQuery File Upload not compatible with ASP.NET Core 3.1
问题 I am trying to integrate the Blueimp jQuery File upload in ASP.NET Core 3.1 but it has become incompatible with this version (3.1). The reason why I am saying is because I have tested the same code with ASP.NET Core 2.0 where Blueimp works perfectly. The below are the 2 videos to prove this fact. ASP.NET Core 2.0 which works perfectly ASP.NET Core 3.1 which gives error The Controller's code in ASP.NET Core 3.1 using System; using System.Collections.Generic; using System.IO; using System.Linq;