for multiple file select @Html.TextBoxFor(model => model.image, new { type = "file", accept = "image/*", multiple = "multiple" }) }
確定! 回上一頁