[android-developers] Re: Network File Transfer Android Apps

2009-11-19 Thread Hamilton Lima (athanazio)
What if you just convert the file to the BASE64 format (String) and sent in the URL as multiple pieces ? On Nov 19, 3:59 am, Bharath Gandhi bharathra...@gmail.com wrote: Hi, I need to transfer the file from Android mobile (Client) to standalone PC (Server) via network. Please let me know is

Re: [android-developers] Re: Network File Transfer Android Apps

2009-11-19 Thread Bharath Gandhi
Could you please send some open source android apps for sending file from android mobile to PC over HTTP protocol. Thanks, Bharath. On Thu, Nov 19, 2009 at 3:44 PM, Hamilton Lima (athanazio) hamilton.l...@gmail.com wrote: What if you just convert the file to the BASE64 format (String) and

[android-developers] Re: Network File Transfer Android Apps

2009-11-18 Thread Bala
Recently I evaluated a web server for Android. I was so impressed with its performance and utility. Potentially, this product may be bundled as a standard package with Android platform. You could access your Android device with address such as, http://123.43.45.34:7800 The photo gallery and

Re: [android-developers] Re: Network File Transfer Android Apps

2009-11-18 Thread Bharath Gandhi
Hi, Could you please explain further?. I just need some apps to transfer file from android apps to PC. Thanks, Bharath. On Thu, Nov 19, 2009 at 12:24 PM, Bala california.b...@gmail.com wrote: Recently I evaluated a web server for Android. I was so impressed with its performance and