Jquery ajax – Kendo upload using Ajax Post to upload files in MVC core
I have used kendo upload to upload files using Ajax Post in MVC core. I can call the API url but data is coming null. Have i passed data correctly? Here is my code. <form id="uploadForm" action='@Url.Action("UploadFile", new { RmclientAccid…