Hey Everyone,
just a weird but pretty annoying problem. I am going to upload images to Web server using Httpclient.
If I am using "http://10.0.0.62" as BaseAddress, which is on my local network environment, it is OK.
If I am using "http://xxx.xxx.com.au", which is outside my local network environment, then iOS is working, but on an Android device, it always gets an error " the object was used after being disposed".
I think web server should be OK, as it accepts the images from iOS device.
The code should be fine as well, as iOS can upload images without any problem.
So, what should be the problems? It annoys me for the whole day, but I can't find out anything that could cause the problem.
Please help!
Thanks in advance.
Ting