gallery.php 176 Bytes
<?php

use \kartik\file\FileInput;
use yii\widgets\ActiveForm;
use yii\helpers\Html;

/* @var $this yii\web\View */
$this->title = 'Image gallery';
?>
<?php print_r($files) ?>