Hi: We are working on an Android application to upload large files from device to server. Android provides two sets of API to achieve this. If we use HttpURLConnection with POST method, we need server side script to handle the content posted from application. We cannot add script on the server side so this option is ruled out for us. If we use HttpClient, we are able to upload files but we noticed slowness while uploading even small size files. Can any of you tried with HttpURLConnection with PUT method for large file upload.
Out of these two APIs, which one is recommended and if you could throw some input/code samples to achieve, it would be of great help.. Looking for the options... Thanks gokila. -- 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

