Well, it's a little different, but it also depends on how the server is configured to extract and recreate your data. HttpClient is sufficient for simple file uploads, but getting a multi-part data to work with your server might be a bit tricky.
On Jan 20, 10:33 pm, cyberkiwi <[email protected]> wrote: > how it is possible to upload image from android handset to the server? > Is the image serialized, send as bytestream and deserialized on the > server? how it is different from javame version of uploading images to > the web service? -- 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

