Mohit Kala

Mohit Kala

  • 569
  • 2.1k
  • 135.5k

How to Upload Image With Entity Class Using Web Api

Mar 5 2018 7:51 AM
How to Upload Image With Entity Class Using WeApi
Like
 
Public HttpResponseMessage PostImageWithData(Employee employee,HttpPostedFileBase file1)
{
 
}
how to upload image with class data  in  WebApi 
 
Thanx in Advance 

Answers (2)