Re: Need Help Posting an image from iPhone to php page via POST
If I had to guess, I'd say that your multipart boundaries aren't quite right, or else your server isn't set up correctly to accept multipart POSTs.
Have you tried the simpler test of just sending a single image's data in the body of a POST, rather than diving into multipart?
|