Student Reviews
( 5 Of 5 )
1 review
Video of Upload file and Save to DB ASP MVC in ASP.net course by Prog Lix channel, video No. 36 free certified online
1) convert EditorFor to input type"file"
2) html.BeginForm(Action , Controller , FormMethod , new {enctype"multipart/form-data})
3) using System.IO
4) write a code to save an uploaded file.