[PHP] Re: how to know upload progress status

2002-07-11 Thread val petruchek

 I don't know how to extract informations about upload progress status and
how
 to show informations to users. For example I want the users can see 30% of
 upload completed, or the MByte just uploaded.

It's impossible.

PHP script starts when file is 100% uploaded on the server.

--
Sincerely, val petruchek



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




Re: [PHP] Re: how to know upload progress status

2002-07-11 Thread S.

Thanks for informations,
I'll try to work on a different approach, maybe analyzing the dimension of the 
temporary file during upload (if it is possible identify the temporary file 
and monitoring it with another script).
Thanks for your help,

S.

Il 11:55, giovedì 11 luglio 2002, val petruchek ha scritto:
  I don't know how to extract informations about upload progress status and

 how

  to show informations to users. For example I want the users can see 30%
  of upload completed, or the MByte just uploaded.

 It's impossible.

 PHP script starts when file is 100% uploaded on the server.


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




[PHP] Re: how to know upload progress status

2002-07-11 Thread Richard Lynch

 I don't know how to extract informations about upload progress status and
how
 to show informations to users. For example I want the users can see 30% of
 upload completed, or the MByte just uploaded.

It's impossible.

PHP script starts when file is 100% uploaded on the server.

It's impossible in PHP...

You *COULD* do some JavaScript or even a Java application which uploaded the
file, maybe, and monitored the progress, maybe...

But it would hardly be worth the effort.

And it really doesn't belong on this list at that point.

-- 
Like Music?  http://l-i-e.com/artists.htm


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