I installed KCFinder extension in my yii2 application via composer. In view I using next code:
use iutbay\yii2kcfinder\KCFinderInputWidget;
echo KCFinderInputWidget::widget([
'name' => 'file',
]);
Widget works but I can't upload files because there is no 'Upload' button in widget.