[android-developers] Re: How do i upload the file from android mobile to public server

2011-04-19 Thread snehalal gangadharam
Hi all, Thanks for all your reply, now i am able to uplaod file from android to public server by using http protocol, thank you very much thanks Regards Sneha On Apr 11, 5:22 pm, Kostya Vasilyev kmans...@gmail.com wrote: Yes, but there is also the passive / active mode thing to consider...

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-11 Thread snehalal gangadharam
Thanks for your reply,' I have found the problem, FTP is not working in my device, i have given ftp site and tested. i got you do not have permission to open this page, ftp://mirror.csclub.uwaterloo.ca/index.html:.. i have did some googling , i havent get successful solutions, what settings

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-08 Thread snehalal gangadharam
): at android.app.ActivityThread.main(ActivityThread.java:3701) W/System.err( 1281): at java.lang.reflect.Method.invokeNative(Native Method) Thanks Regards Sneha On Thu, Mar 31, 2011 at 11:37 AM, snehalal gangadharam snehala...@gmail.com wrote: hi , i have debuged the code, i am getting IO Exception, 03-31 10:47:17.001

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-03-31 Thread snehalal gangadharam
hi , i have debuged the code, i am getting IO Exception, 03-31 10:47:17.001: WARN/System.err(278): java.io.IOException: Unable to connect to server: null 03-31 10:47:17.061: WARN/System.err(278): at

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-03-30 Thread snehalal gangadharam
hi , i have debuged the code, input stream is null, unable to connect the server. the same code is woking fine in java . i have given network permissions too. uses-permission android:name=*android.permission.ACCESS_NETWORK_STATE*/ uses-permission uses-permission

[android-developers] Re: How do i upload the file from android mobile to public server

2011-03-25 Thread snehalal gangadharam
Thanks for your valuable reply, i have to develop speed test application in andorid. i have developed upload application in java , i can upload the file from java to public server, when i put that application to android , it is not working , i will attach the upload code and log. kinldy guid me

[android-developers] How do i upload the file from android mobile to public server

2011-03-24 Thread snehalal gangadharam
Hi all, I am trying to upload the file from android phone to some public servers. kindly guide me how do i do that. Thanks Regards Sneha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to