In My WCF Service below is the code
request.InputStream = httpRequest.Files[0].InputStream;
this is what i get data from IOS And Android in body
working fine in IPhone, but having problem in Android
the error is below.
Index was outside the bounds of the array.