2
Answers

How to Upload Image With Entity Class Using Web Api

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)