Skip to content

Commit

Permalink
Убрал ненужную запятую
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraPlinto committed Aug 28, 2024
1 parent 1c1267f commit 28f35a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ use yii\widgets\ActiveForm;
<?php ActiveForm::end() ?>
```

Важно помнить, что для корректной загрузки файла, необходим параметр формы `enctype`. Метод `fileInput()`
Важно помнить, что для корректной загрузки файла необходим параметр формы `enctype`. Метод `fileInput()`
выведет тег `<input type="file">`, позволяющий пользователю выбрать файл для загрузки.

> Tip: начиная с версии 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] автоматически добавляет
Expand Down

0 comments on commit 28f35a7

Please sign in to comment.