RE: [PHP] determine file-upload's tmp-filename

2008-01-30 Thread Richard Lynch
ILES['userfile']['name'] > $_FILES['userfile']['type'] > $_FILES['userfile']['size'] > $_FILES['userfile']['tmp_name'] > $_FILES['userfile']['error'] > > -----Original Message----- > Fr

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Jim Lucas
Michael Fischer wrote: On Mon, 2008-01-28 at 15:34 -0500, Mr Webber wrote: On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: hi there, is there a way to determine the tmp-filename of a file upload while the upload is still in prog

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Mr Webber
ry 28, 2008 3:51 PM To: 'php-general' Subject: RE: [PHP] determine file-upload's tmp-filename On Mon, 2008-01-28 at 15:34 -0500, Mr Webber wrote: > On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > >

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 15:34 -0500, Mr Webber wrote: > On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > > > hi there, > > > > > > is there a way to determine the tmp-filename of a file upload while > > > the upload is still in pr

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Mr Webber
]['error'] -Original Message- From: Michael Fischer [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 2:50 PM To: php-general Subject: Re: [PHP] determine file-upload's tmp-filename On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26,

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 15:26 -0500, Nathan Nobbe wrote: > On Jan 28, 2008 2:50 PM, Michael Fischer <[EMAIL PROTECTED]> > wrote: > well, i agree with you - the browser should provide some sort > of > functionality to find out the amount of data already sent. but > i d

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Nathan Nobbe
On Jan 28, 2008 2:50 PM, Michael Fischer <[EMAIL PROTECTED]> wrote: > well, i agree with you - the browser should provide some sort of > functionality to find out the amount of data already sent. but i don't > know any browser that does. > > all the php upload meters that i found on google either

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > > hi there, > > > > is there a way to determine the tmp-filename of a file upload while > > the upload is still in progress? > > > > the tmp-file is stored in /tmp and it's name i

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Richard Lynch
On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > hi there, > > is there a way to determine the tmp-filename of a file upload while > the upload is still in progress? > > the tmp-file is stored in /tmp and it's name is something like > PHP. > > what i would like to do is: > i wan

RE: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
On Sun, 2008-01-27 at 11:12 -0500, Andrés Robinet wrote: > > -Original Message- > > From: Michael Fischer [mailto:[EMAIL PROTECTED] > > Sent: Sunday, January 27, 2008 4:03 AM > > To: php-general@lists.php.net > > Subject: Re: [PHP] determ

RE: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Andrés Robinet
> -Original Message- > From: Michael Fischer [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 27, 2008 4:03 AM > To: php-general@lists.php.net > Subject: Re: [PHP] determine file-upload's tmp-filename > > > Original-Nachricht > > Dat

Re: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
Original-Nachricht > Datum: Sun, 27 Jan 2008 01:21:19 -0800 > Von: Brady Mitchell <[EMAIL PROTECTED]> > An: Michael Fischer <[EMAIL PROTECTED]> > CC: php-general@lists.php.net > Betreff: Re: [PHP] determine file-upload\'s tmp-filename > On Jan 26, 2008, at 357PM, Michael Fischer

Re: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Brady Mitchell
On Jan 26, 2008, at 357PM, Michael Fischer wrote: hi there, is there a way to determine the tmp-filename of a file upload while the upload is still in progress? I'm not sure when it becomes available, but $_FILES['file_name'] ['tmp_name'] is the only place I know of to find the temporary n

Re: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
Original-Nachricht > Datum: Sat, 26 Jan 2008 16:09:58 -0800 > Von: Casey <[EMAIL PROTECTED]> > An: "Michael Fischer" <[EMAIL PROTECTED]> > CC: php-general@lists.php.net > Betreff: Re: [PHP] determine file-upload\'s tmp-filename > On Jan 26, 2008 3:57 PM, Michael Fischer <[EMAIL

Re: [PHP] determine file-upload's tmp-filename

2008-01-26 Thread Casey
On Jan 26, 2008 3:57 PM, Michael Fischer <[EMAIL PROTECTED]> wrote: > hi there, > > is there a way to determine the tmp-filename of a file upload while the > upload is still in progress? > > the tmp-file is stored in /tmp and it's name is something like PHP. > > what i would like to do is:

[PHP] determine file-upload's tmp-filename

2008-01-26 Thread Michael Fischer
hi there, is there a way to determine the tmp-filename of a file upload while the upload is still in progress? the tmp-file is stored in /tmp and it's name is something like PHP. what i would like to do is: i want to upload a file via a html-form and while the upload is in progress mak