Iv'e seen simaliar questions but I didn't understand it. How can I deliver an captured image (bitmap) to my server via http-post in android(java)? How should the server side php look like?
Thank you,
Boaz
It would look exactly as if you were accepting input from another script. The posted image will be in PHP's $_FILES array, and you can treat it as you would normally.