Blame view

backend/views/parser/index.php 240 Bytes
58743b31   Mihail   init commit - bas...
1
2
3
4
5
6
7
8
  <?php
  use yii\widgets\ActiveForm;
  ?>
  
  <?php $form = ActiveForm::begin(['options' => ['enctype' => 'multipart/form-data']]) ?>
  
  <?= $form->field($model, 'file')->fileInput() ?>
  
9bfcfcaf   Mihail   parser csv v1
9
  <button>Прочитать</button>
58743b31   Mihail   init commit - bas...
10
11
  
  <?php ActiveForm::end() ?>