-3

Possible Duplicate:
problem with uploading captured image in android camera

In my android application I want to capture an image and upload it to the php server... how can i proceed?

Thanks in advance...

Community
  • 1
  • 1
CVD
  • 27
  • 2
  • 7
  • Maybe you could send the captured image through Webservice to your PHP server. – Lobo Mar 28 '12 at 07:22
  • Searched for ages? http://stackoverflow.com/questions/6149935/problem-with-uploading-captured-image-in-android-camera – maid450 Mar 28 '12 at 07:56

1 Answers1

1

Please view this link for general question guidelines.

Try using this search or this link for picture capture.

And try this search for the picture upload.

Also, I want to point out that you have two separate questions. One is "How do I take a picture?" and the other is "How do I upload a picture to a PHP server?" If you searched one question at a time, wither proper search terms, then you would've found what I gave you above.

And it is rather impolite to ask for full code. This site is to help YOU write the code, not for you to get the code for free.

Community
  • 1
  • 1
Reed
  • 14,703
  • 8
  • 66
  • 110