Re: [PHP] Re: $_FILES passed by value

2004-06-03 Thread Marek Kilimajer
Rob Adams wrote: "Daniel Guerrier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] If I pass a $_FILES to an object by value. Does it create a copy of the actual posted files as well? In other words if I post a 2MB file to save.php and in turn pass $_FILES to an object $file->fileis($_

[PHP] Re: $_FILES passed by value

2004-06-03 Thread Rob Adams
"Daniel Guerrier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > If I pass a $_FILES to an object by value. Does it > create a copy of the actual posted files as well? > > In other words if I post a 2MB file to save.php and in > turn pass $_FILES to an object $file->fileis($_FILES);