Asked By
roger neil
20 points
N/A
Posted on - 05/03/2013
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.Â
How to multi upload image and single upload on WCF?
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.