problem with uploading captured image in android camera
问题 In my app I am trying to capture an image from my device and I want to upload it to a server. I am following the answer which was posted here Following is my code for starting camera startBtn = (Button) findViewById(R.id.startBtn); startBtn.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { startCamera(); } }); } public void startCamera() { Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE ); intent.putExtra( MediaStore.EXTRA_OUTPUT,