Files
LeafWeb/WebCms/Views/Shared/EditorTemplates/HttpPostedFileBase.cshtml
T
poprhythm 8452a9cce0 Add registration workflow
Update unobtrusive Validation
2020-01-10 14:52:11 -05:00

9 lines
245 B
Plaintext

@model HttpPostedFileBase
@{
Layout = "_FieldLayout.cshtml";
}
<span class="btn btn-outline-secondary btn-file">
Browse <input type="file" name="@ViewData.ModelMetadata.PropertyName" class="btn-outline-secondary btn-file" />
</span>