Hi,
I have a properties in my Item model class like FoodType,Price,Description,Amount,Image.
I have write HttpPostedFileBase File in my Item model class for image upload and change the Create .cshtml file to for image upload to database.
Can anyone help me how to write code for [HttpPost] Create action method.
FoodType is foreignkey one to many relationship.
My model Entitity connectionstring object is "FoodAppEntities db=new FoodAppEntities(); "
Thanks.
girish parganihaPosted Oct 6, 2018, 5:39 AM
Hardik DeshaniPosted Oct 6, 2018, 4:44 AM
Jaish MathewsPosted Oct 6, 2018, 3:18 AM
girish parganihaPosted Oct 6, 2018, 12:41 AM
Sanwar RanwaPosted Oct 5, 2018, 1:11 PM