false, 'options' => ['enctype' => 'multipart/form-data'] ]); ?> errors) :?>
\n", $model->errors);?>
output) :?>

Лог операции

\n", $model->output);?>
field($model, 'type')->radioList([ 'products' => Yii::t('product', 'Load products'), 'prices' => Yii::t('product', 'Load prices'), ]);?> field($model, 'file')->fileInput(['multiple' => false,])?> field($model, 'file')->widget(\kartik\file\FileInput::classname(), [ 'language' => 'ru', 'options' => [ 'multiple' => false, ], 'pluginOptions' => [ 'allowedFileExtensions' => ['csv'], 'overwriteInitial' => true, 'showRemove' => false, 'showUpload' => false, ], ])*/?>
'btn btn-primary']) ?>