8452a9cce0
Update unobtrusive Validation
9 lines
245 B
Plaintext
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>
|