fixe l'upload

This commit is contained in:
2016-05-30 18:30:35 +02:00
parent 56ddfa03de
commit 9d078e4e8e
14 changed files with 140 additions and 30 deletions

View File

@ -0,0 +1,6 @@
@model IList<string>
@foreach (var file in Model) {
<li>@file</li>
}