I'm using php5.2.2 and not able to upload file from mobile J2ME .
same code is running in php4.3.11 but not in php5.2.2
I'm uploading file by using $_FILES.
while using print_r($_FILES )
it display :
name of file ,type of file but error=3 and size=0
same script is successfully worked in php4.3.11 with apache2.0.59 but not in php5.2.2
Is there any extra configuration for php5.2.2 with apache2.0.59?
if yes, plz help me.
same code is running in php4.3.11 but not in php5.2.2
I'm uploading file by using $_FILES.
while using print_r($_FILES )
it display :
name of file ,type of file but error=3 and size=0
same script is successfully worked in php4.3.11 with apache2.0.59 but not in php5.2.2
Is there any extra configuration for php5.2.2 with apache2.0.59?
if yes, plz help me.
Comment