Posted by Prathaban Mookiah on 04/22/05 07:00
$_REQUEST should work fine with 4.3.10 IF $_FILES does not have any problems
since both depend more or less on the same php.ini directives. Take a look at
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.files
Cheers,
Prathap
---------- Original Message -----------
From: Srinadh Sannidhanam <ssnadh@gmail.com>
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.
> $_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 in this regard.
>
> Thanks,
> S.Srinadh.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
------- End of Original Message -------
[Back to original message]
|