Hi,
I'm working on develop web application using MVC Core with Razor. I'm using kendo upload to upload excel file. After I got the uploaded excel file, I want to read the data to the temp table (or grid if possible). How do I get to the Posted File InputSteam to read or loop data to temp table? With asp.net web form, I used PostedFile.InputSteam to read data, how do I do that with kendo upload control?
Thank you for your help.