ILES['userfile']['name']
> $_FILES['userfile']['type']
> $_FILES['userfile']['size']
> $_FILES['userfile']['tmp_name']
> $_FILES['userfile']['error']
>
> -----Original Message-----
> Fr
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
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:
> >
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
]['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,
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
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
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
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
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
> -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
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
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
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
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:
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
16 matches
Mail list logo