Re: [PHP] File upload directive: $_FILES['filename']['name'] instead of $_FILES['filename']['tmp_name']

2009-12-26 Thread Richard Quadling
, Richard Quadling wrote: > > From: Richard Quadling > Subject: Re: [PHP] File upload directive: $_FILES['filename']['name'] instead > of $_FILES['filename']['tmp_name'] > To: "Andrei Iarus" , "PHP General list" > >

Re: [PHP] File upload directive: $_FILES['filename']['name'] instead of $_FILES['filename']['tmp_name']

2009-12-23 Thread Richard Quadling
2009/12/23 Andrei Iarus : > Of course: also tried the is_uploaded_file, exactly like in the manual. And > it fails :( > > --- On Wed, 12/23/09, Richard Quadling wrote: > > From: Richard Quadling > Subject: Re: [PHP] File upload directive: $_FILES['filename'

Re: [PHP] File upload directive: $_FILES['filename']['name'] instead of $_FILES['filename']['tmp_name']

2009-12-23 Thread Richard Quadling
2009/12/22 Andrei Iarus : > Hello, > > On my production & testing servers (production runs on a centrino and testing > runs on Windows) I can only access the temporary uploaded file using > ini_get( 'upload_tmp_dir' . '/' . $_FILES['filename']['name']; > while the file $_FILES['filename']['tmp_nam

[PHP] File upload directive: $_FILES['filename']['name'] instead of $_FILES['filename']['tmp_name']

2009-12-22 Thread Andrei Iarus
Hello,   On my production & testing servers (production runs on a centrino and testing runs on Windows) I can only access the temporary uploaded file using ini_get( 'upload_tmp_dir' . '/' . $_FILES['filename']['name']; while the file $_FILES['filename']['tmp_name'] simply does not exist (checked