Posts by Matos • 11 points
1 post
-
1
votes0
answers18
viewsQ: Problem adding the Image Directory to the database using ASP.NET
Controller using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Uploadimagemvc.Models; using System.IO; namespace…