Re: [android-developers] Re: HTTP Post of Image

2011-07-28 Thread Sivasankar K
In your manifest file add permissions to camera and for uploading internet permission as follows uses-permission android:name=android.permission.INTERNET / uses-permission android:name=android.permission.CAMERA / On Thu, Jul 28, 2011 at 11:07 AM, perumal316 perumal...@gmail.com wrote: Hi Siva,

[android-developers] Re: HTTP Post of Image

2011-07-27 Thread perumal316
Hi Siva, But my application keeps on crashing when I insert this line: URI mCapturedImageURI = getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); Must I add any permission in the manifest file? Basically I just want to get the string containing the path to the