تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Upload file and Save to DB ASP MVC ضمن كورس ASP.net شرح قناة Prog Lix، الفديو رقم 36 مجانى معتمد اونلاين
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.