My upload control creates in angularJS controller as following:
_createUploader(inputName, initialFiles, asyncSettings, onCompleteHandler){ return $('#' + inputName).kendoUpload({ async: asyncSettings, complete: onCompleteHandler, files: initialFiles })}
But there are some buttons, which I want to hide or show (upload and pause)
https://snag.gy/uNVepn.jpg
https://snag.gy/AkRuzj.jpg
How I can control visibility of these buttons
