How to multi upload image and single upload on WCF?

Asked By 20 points N/A Posted on -
qa-featured

Hi Techyv members, I'm wondering how to multi upload image and single upload on WCF. What are the steps needed to do this? What is the plug in needed for this? Can you give me specific key features of the plug in? I need it to be efficient but yet easy to customized. 

SHARE
Answered By 0 points N/A #133013

How to multi upload image and single upload on WCF?

qa-featured

Hi Roger,

Uploading a single file will be easy since it will just read the whole HTTP request body, however for two or more files it may now work since you need to set a delimiter so that it will know when to start upload and when to stop.

There are other options to go about doing this but this is not supported via WCF. Another option is to create a query, but chances are it may have a an error on the return value. 

You can check this link that answers the question for you in a more detail.

Related Questions