Hello,
Thank you for the components.
However, you really need to update the demos for the File Uploader component to work on asp.net core. For example, in the "Open And Edit The Uploaded Files" (https://helpej2.syncfusion.com/aspnetcore/documentation/uploader/how-to/open-and-edit-the-uploaded-files?cs-save-lang=1&cs-lang=csharp) the ASP.NET CORE example code uses:
Response.StatusDescription = fileSavePath;
Response.End();
The Microsoft.AspNetCore.Http.HttpResponse does NOT support StatusDescription property and End() method.
Can you provide an updated, working demo for asp.net core?