Re: [PHP] Can I use $_REQUEST for file uploads?

2005-04-22 Thread Philip Olson
> Thanks for the reponse. I tested again, but it was not the problem > with ENCTYPE. I am getting file with $_FILES. I think this is due to > CGI configuration if not with php.ini. Because when I check the > version by using "PHP -v" command, it shows "4.3.10 (cgi)" but when > check that using phpi

Re: [PHP] Can I use $_REQUEST for file uploads?

2005-04-22 Thread Srinadh Sannidhanam
Hi, Thanks for the reponse. I tested again, but it was not the problem with ENCTYPE. I am getting file with $_FILES. I think this is due to CGI configuration if not with php.ini. Because when I check the version by using "PHP -v" command, it shows "4.3.10 (cgi)" but when check that using phpinfo()

Re: [PHP] Can I use $_REQUEST for file uploads?

2005-04-22 Thread Richard Lynch
On Thu, April 21, 2005 12:48 pm, Srinadh Sannidhanam said: > Hi > When I use $_REQUEST for accessing files uploaded, it is working > fine in PHP PHP 4.3.10. > But it is not working in PHP 4.3.4. > $_FILES working in both the versions. Can I use $_REQUEST in PHP > 4.3.10 also? Do I need to chang

Re: [PHP] Can I use $_REQUEST for file uploads?

2005-04-21 Thread Prathaban Mookiah
: Srinadh Sannidhanam <[EMAIL PROTECTED]> To: Sent: Fri, 22 Apr 2005 01:18:19 +0530 Subject: [PHP] Can I use $_REQUEST for file uploads? > Hi > When I use $_REQUEST for accessing files uploaded, it is working > fine in PHP PHP 4.3.10. > But it is not working in PHP 4.3.4. >

[PHP] Can I use $_REQUEST for file uploads?

2005-04-21 Thread Srinadh Sannidhanam
Hi When I use $_REQUEST for accessing files uploaded, it is working fine in PHP PHP 4.3.10. But it is not working in PHP 4.3.4. $_FILES working in both the versions. Can I use $_REQUEST in PHP 4.3.10 also? Do I need to change any configuration in php.ini? server is Apache/2.0.49 Please help me