I've read a few Stack Overflow listings about methods to upload a image to a server, but most seem to use the apache MultipartEntity class which is not native to the Android SDK, so is there another way to achieve this using standard classes?
eg MultipartEntity entity = new MultipartEntity(HttpMultipartMode.BROWSER_COMPATIBLE); Is there a inbuilt class or method to post binary objects to a web form? thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

