[android-developers] Upload large files on the web server on android

2010-07-30 Thread mudit
Hi I want to upload files on a web server in my android app.Currently i am able to upload files around 5mb from the device but more than this gives a outofmemory exception and also makes app very unstable. i am looking for a method using which we can upload the data in the app background plus of

Re: [android-developers] Upload large files on the web server on android

2010-07-30 Thread Alex Xin
Do you use HTTP POST to upload your file to android phone? On Fri, Jul 30, 2010 at 7:27 PM, mudit mudit.a...@gmail.com wrote: Hi I want to upload files on a web server in my android app.Currently i am able to upload files around 5mb from the device but more than this gives a outofmemory