Re: [PHP] total file size

2003-01-26 Thread Max Tappenden
It can be done with ASP and JSP. ROFLMFAO! No it shouldn't be reported to
their bugs database! It's not a bug! It just isn't a feature of PHP! You
could suggest it to them though...
Victor [EMAIL PROTECTED] wrote in message
01c2c34a$0ee9e140$237b7018@JUMPY">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: Victor; [EMAIL PROTECTED]
 Subject: Re: [PHP] total file size

 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 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 total file size BEFORE it is uploaded. It IS possible I
 have
  seen it done with JSP; anybody can help me with this? Thanks
 
  - Vic
 
  __

  Post your free ad now! http://personals.yahoo.ca
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

 __
 Post your free ad now! http://personals.yahoo.ca



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 total file size BEFORE it is uploaded. It IS possible I have
 seen it done with JSP; anybody can help me with this? Thanks
 
 - Vic
 
 __ 
 Post your free ad now! http://personals.yahoo.ca
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 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 total file size BEFORE it is uploaded. It IS possible I
have
 seen it done with JSP; anybody can help me with this? Thanks
 
 - Vic
 
 __

 Post your free ad now! http://personals.yahoo.ca
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 total file size BEFORE it is uploaded. It IS possible I have
 seen it done with JSP; anybody can help me with this? Thanks

 - Vic

 __
 Post your free ad now! http://personals.yahoo.ca


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php