Hi:

If we use HttpUrlConnection for uploading large MB files (20 MB) with PUT 
method, getting out of memory error. We have used the method 
setFixedLengthOnStream() to over come from Out of Memory error. However the 
response from server is coming as 411 (CONTENT_LENGTH NOT FOUND), though we 
have explicitly set this

If we use POST, we need server side script (PHP) to handle this which we 
are trying to avoid

Regards
Raj

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to