On Wed, 16 Oct 2002, Markus Fischer wrote: > On Wed, Oct 16, 2002 at 02:38:52AM -0500, Chris Shiflett wrote : > > While I think it is a bit unintuitive to have $_FILES separate like it > > is (rather than a part of $_POST, for example), I think it would be much > > worse to also separate it from $_REQUEST. After all, as Sterling pointed > > out, it is part of the request. > > It makes quite sense to me that _FILES is separate. It is > much easier that way to iterate through multiple uploaded > files without much hassle.
Another good point to keep them seperate :) But of course that whould have been possible anyway, wheter it's possible to access ot from the $_REQUEST hash or not.. Derick -- --------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ JDI Media Solutions --------------[ if you hold a unix shell to your ear, do you hear the c? ]- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php