fixe l'upload
This commit is contained in:
parent
56ddfa03de
commit
9d078e4e8e
14 changed files with 140 additions and 30 deletions
6
Yavsc/Views/Shared/_FileListPartial.cshtml
Normal file
6
Yavsc/Views/Shared/_FileListPartial.cshtml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@model IList<string>
|
||||
|
||||
@foreach (var file in Model) {
|
||||
<li>@file</li>
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue