I need to add the following field at my form
I create model and describe this field (the las
You can use the below syntax
@Html.TextBoxFor(model=>model.Email, new { @type="file", @class="input-file" })