2
Answers

How to Upload Image With Entity Class Using Web Api

Mohit Kala

Mohit Kala

7y
1.6k
1
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)