Hi,
we have implemented posting some data (a photo made by the camera too) via JSON-String to URL. At first our image was corrupt too. You nee to encode your NSData to a Base64 and decode it on the server sid (we are using C#.NET) - that worked in both directions for us with png, jpg,...
Cheers
Ralf
|