[android-developers] Re: upload image to php server problem

2010-08-30 Thread CMF
I can upload the image to the server now. But what if I need to pass a variable to the php and upload the image simultaneously ? On Aug 28, 2:38 am, Yahel wrote: > You need to tell us where the error is raised if any. > > In your php you might want to try to use the realpath function to get > the

[android-developers] Re: upload image to php server problem

2010-08-30 Thread CMF
Hi , I have fixed the problem by myselft, thanks. But I would like to know how to pass a variable from the android to the php? On Aug 28, 2:38 am, Yahel wrote: > You need to tell us where the error is raised if any. > > In your php you might want to try to use the realpath function to get > the t

[android-developers] Re: upload image to php server problem

2010-08-27 Thread Yahel
You need to tell us where the error is raised if any. In your php you might want to try to use the realpath function to get the true path to your upload folder : wrote: > Hi all, i have read through the internet and get some solutions on > upload image to php server, but when i tried to use thos