I’m new to WCF, I want to Upload Multiple Images at a time using WCF from client,
The scenario is : I have 20 questions and each question may have 0 to 2 images , So I have to request to the service to save all data, What are the possible ways to get it right?,
I’m trying to get from last two days, But I’m able insert one Image at a time….
You have to add the stream conversion for each image and add the details to a list.
in the client side.
in your service side