I'm using Ti SDK 1.50, iOS 8 (all various devices).
I have a generic http handler (.ashx) web service that accepts a posted file and saves it to my server. I populated the gallery of both Android and iOS with the same images. When I select an image in Android the file is uploaded and is an exact replica of the original image (same size, even same last modified date). On iOS, however, no matter what file I choose when the file gets uploaded to my server it is around 4,300 KB and is has a .jpeg extension (even though source is .jpg).
Anyone know what is going on? Is this just expected behaviour (all images saved to iOS gallery are converted to a specific format/size). Or is it more likely the on the .ashx side?
It's not that big of a deal since I'll be grabbing the files and doing some image manipulation/compression server side anyway, I was just curious.