I have a problem here when I am trying to push data with angularjs controller. But what ever I do (IFormFile file) is always empty. There are only some examples with razor s
You can do it also with kendo upload much simpler:
$("#files").kendoUpload({ async: { saveUrl: dataService.upload, removeUrl: dataService.remove, autoUpload: false }, success: onSuccess, files: files });