Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please I need some help on how i can upload contact numbers from Excel, Notepad file or wordpad to a listbox in MVC5

this is my view

HTML
<div>
                    @Html.TextBoxFor(model => model.File, new { Class = "span12", type = "file" })
                    <br />
                    <input class="btn btn-success" type="submit" value="Upload" />
                </div>


i want to get the file content and populate it inside a ListBox once upload has been triggered please help

thanx in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900