In my ASP.NET MVC website, I have to read a txt file with some names and emails separeted by \';\'. After that, I have to save each line of this txt file to database.
var hpf = Request.Files[file] as HttpPostedFile;
the form in the HTML should have enctype="mulitipart/form-data"
enctype="mulitipart/form-data"