5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
@model HttpPostedFileBase
|
|
@{
|
|
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
|
|
}
|
|
<input type="file" name="@ViewData.ModelMetadata.PropertyName" /> |