Re: [PHP] progress monitor in php

2006-06-15 Thread Ruben Rubio Rey
weetat wrote: Hi all , I was using PEAR:HTTP_Upload to upload file in php 4.3.2. Is ok , however i need to display some sort of progress monitor to the user because some file is very large and took some times to upload. I need to inform the users to uploading is in progress. I have searc

Re: [PHP] progress monitor in php

2006-06-15 Thread weetat
Hi all , Thanks for your inputs. I have tried the uber upload progress monitor , look good to me. Thanks all - weetat Richard Lynch wrote: On Thu, June 15, 2006 4:48 am, weetat wrote: I was using PEAR:HTTP_Upload to upload file in php 4.3.2. Is ok , however i need to display some sor

Re: [PHP] progress monitor in php

2006-06-15 Thread Richard Lynch
On Thu, June 15, 2006 4:48 am, weetat wrote: >I was using PEAR:HTTP_Upload to upload file in php 4.3.2. >Is ok , however i need to display some sort of progress monitor to > the user because some file is very large and took some times to > upload. > I need to inform the users to uploading i

Re: [PHP] progress monitor in php

2006-06-15 Thread Martin Alterisio
2006/6/15, weetat <[EMAIL PROTECTED]>: Hi all , I was using PEAR:HTTP_Upload to upload file in php 4.3.2. Is ok , however i need to display some sort of progress monitor to the user because some file is very large and took some times to upload. I need to inform the users to uploading is i

Re: [PHP] progress monitor in php

2006-06-15 Thread weetat
hi , That gd. However i did not see any upload progress monitor at all. Anybody have any ideas how to implement it? Thanks tedd wrote: At 5:48 PM +0800 6/15/06, weetat wrote: Hi all , I was using PEAR:HTTP_Upload to upload file in php 4.3.2. Is ok , however i need to display some sort of

Re: [PHP] progress monitor in php

2006-06-15 Thread tedd
At 5:48 PM +0800 6/15/06, weetat wrote: >Hi all , > > I was using PEAR:HTTP_Upload to upload file in php 4.3.2. > Is ok , however i need to display some sort of progress monitor to the user > because some file is very large and took some times to upload. >I need to inform the users to uploading

[PHP] progress monitor in php

2006-06-15 Thread weetat
Hi all , I was using PEAR:HTTP_Upload to upload file in php 4.3.2. Is ok , however i need to display some sort of progress monitor to the user because some file is very large and took some times to upload. I need to inform the users to uploading is in progress. I have search google ,and fo