Re: [PHP] total file size

2003-01-26 Thread Max Tappenden
MPY">news:01c2c34a$0ee9e140$237b7018@JUMPY... > With what then? Why not? Should this be a bug filed in their bugs > database? > > - Vic > > -Original Message- > From: Jim Lucas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 2:00 PM > To: Vict

RE: [PHP] total file size

2003-01-23 Thread Victor
With what then? Why not? Should this be a bug filed in their bugs database? - Vic -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:00 PM To: Victor; [EMAIL PROTECTED] Subject: Re: [PHP] total file size yes, it is possible, but not with

Re: [PHP] total file size

2003-01-23 Thread Jim Lucas
yes, it is possible, but not with php. Jim - Original Message - From: "Victor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 8:10 PM Subject: [PHP] total file size > Is there a way to find out total upload file size from a file

Re: [PHP] total file size

2003-01-22 Thread Evan Nemerson
I can't think of a way to do this via PHP only- I'm pretty sure the file is sent in the POST request, therefore the page has not begun to output anything. Perhaps when you saw it done it was a java applet running in the browser? On Wednesday 22 January 2003 08:10 pm, Victor wrote: > Is there

[PHP] total file size

2003-01-22 Thread Victor
Is there a way to find out total upload file size from a file uploaded though an html form? I figure if I know the total size, then I can just consistently poke at the file being uploaded and math a progress bar for the file being uploaded, of course, this all hangs upon the ability of getting the