Files
LeafWeb/Web/Views/Shared/EditorTemplates/HttpPostedFileBase.cshtml
T
2016-01-13 21:56:22 -05:00

9 lines
256 B
Plaintext

@model HttpPostedFileBase
@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
<span class="btn btn-default btn-file">
Browse <input type="file" name="@ViewData.ModelMetadata.PropertyName" class="btn-default btn-file" />
</span>