[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,

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

[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