Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-19 Thread Raditha Dissanayake
Scott Fletcher wrote: Yep, that Java applet, Raditha's Rad Upload... Just found the documentation there that the file path worked before PHP 4.3.6 but not with 4.3.6 and up. I don't know what the PHP developer did with the $_FILE codes before releasing PHP 4.3.6 Older versions of PHP used t

Re[2]: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Richard Davey
Hello Scott, Thursday, November 18, 2004, 7:28:00 PM, you wrote: SF> Well, I had successfully uploaded the files/folders. PHP just SF> stripped out the folders for no reasons. A file can be a folder SF> too. If you insist. Best regards, Richard Davey -- http://www.launchcode.co.uk - PHP Deve

Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Scott Fletcher
Yep, that Java applet, Raditha's Rad Upload... Just found the documentation there that the file path worked before PHP 4.3.6 but not with 4.3.6 and up. I don't know what the PHP developer did with the $_FILE codes before releasing PHP 4.3.6 Scott "Marek Kilimajer" <[EMAIL PROTECTED]> wrote i

Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Marek Kilimajer
Jason Wong wrote: On Friday 19 November 2004 03:28, Scott Fletcher wrote: Well, I had successfully uploaded the files/folders. PHP just stripped out the folders for no reasons. A file can be a folder too. Could you explain how you did that (upload a folder)? I guess using Raditha's Rad Upload. -

Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Jason Wong
On Friday 19 November 2004 03:28, Scott Fletcher wrote: > Well, I had successfully uploaded the files/folders. PHP just stripped out > the folders for no reasons. A file can be a folder too. Could you explain how you did that (upload a folder)? -- Jason Wong -> Gremlins Associates -> www.greml

Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Scott Fletcher
Well, I had successfully uploaded the files/folders. PHP just stripped out the folders for no reasons. A file can be a folder too. Scott "Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Scott, > > Thursday, November 18, 2004, 6:05:09 PM, you wrote: > > SF> I m

Re: [PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Richard Davey
Hello Scott, Thursday, November 18, 2004, 6:05:09 PM, you wrote: SF> I mean full file path, it only show the filename without the filepath... That's because it only uploads the file, not the full path worth of files and certainly not any folders. In short - you cannot find out what you need dire

[PHP] Re: $_FILES and move_uploaded_file showed no directories name???

2004-11-18 Thread Scott Fletcher
I mean full file path, it only show the filename without the filepath... "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I found that $_FILES and move_uploaded_file doesn't contain directories name > when I uploaded multiple files/folders. On the unix machine, all I

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);

[PHP] Re: _FILES

2003-03-06 Thread Niels Andersen
Yes, $HTTP_POST_FILES is depricated, but it still works in PHP 4. "John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > $HTTP_POST_FILES as opposed to $_FILES is older syntax? $HTTP_POST_FILES is still compliant? > John > -- PHP General Mailing List (http://www.p

RE: [PHP] Re: $_FILES limited to 5? (Server versions)

2002-10-16 Thread David Freeman
> Just wanted to let everyone know: > > PHP version is 4.2.1 > Apache is 1.3.24 > > Running WindowsXP Pro Oh, yeah, that. My dev environment is almost exactly the same. CYA, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: $_FILES limited to 5? (Server versions)

2002-10-16 Thread Jason Young
Just wanted to let everyone know: PHP version is 4.2.1 Apache is 1.3.24 Running WindowsXP Pro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php