Re: [PHP] Register Globals & is_upload_file

2004-01-27 Thread Marek Kilimajer
You are working with Register globals turned off, so try is_upload_file($_FILES['tmp_name']['filename']) bill wrote: I'm converting old code to work with Register globals turned off in php.ini. With it on, is_upload_file($filename) works fine but when turned off doesn't work at all. What am I mis

Re: [PHP] Register Globals & is_upload_file

2004-01-27 Thread John Nichel
bill wrote: I'm converting old code to work with Register globals turned off in php.ini. With it on, is_upload_file($filename) works fine but when turned off doesn't work at all. What am I missing.. Help me please !! ...the "Handling file uploads" section of the manual. http://www.php.net/manual

Re: [PHP] Register Globals & is_upload_file

2004-01-27 Thread Daniel Guerrier
http://us3.php.net/features.file-upload --- bill <[EMAIL PROTECTED]> wrote: > I'm converting old code to work with Register > globals turned off in php.ini. > With it on, is_upload_file($filename) works fine but > when turned off doesn't > work at all. > > What am I missing.. Help me please !! >

[PHP] Register Globals & is_upload_file

2004-01-27 Thread bill
I'm converting old code to work with Register globals turned off in php.ini. With it on, is_upload_file($filename) works fine but when turned off doesn't work at all. What am I missing.. Help me please !! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net