fixe l'upload
This commit is contained in:
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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user