Re: [PHP] Copying 1000s files and showing the progress

2008-02-14 Thread Jochem Maas
Ritesh Nadhani schreef: On Feb 13, 2008 6:03 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, February 13, 2008 4:28 am, Ritesh Nadhani wrote: I have a situation where I have to copy something like 1000 files one by one to a temporary folder. Tar it using the system tar command and let the

Re: [PHP] Copying 1000s files and showing the progress

2008-02-14 Thread Nathan Rixham
Jochem Maas wrote: Ritesh Nadhani schreef: On Feb 13, 2008 6:03 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, February 13, 2008 4:28 am, Ritesh Nadhani wrote: I have a situation where I have to copy something like 1000 files one by one to a temporary folder. Tar it using the system tar

Re: [PHP] Copying 1000s files and showing the progress

2008-02-14 Thread Ritesh Nadhani
Thanks all. I will work on all the options and let you know how it went :) On Thu, Feb 14, 2008 at 10:37 AM, Nathan Rixham [EMAIL PROTECTED] wrote: Jochem Maas wrote: Ritesh Nadhani schreef: On Feb 13, 2008 6:03 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, February 13, 2008 4:28

[PHP] Copying 1000s files and showing the progress

2008-02-13 Thread Ritesh Nadhani
Hello All I have a situation where I have to copy something like 1000 files one by one to a temporary folder. Tar it using the system tar command and let the user download the tar file. Now while the copy is going on at server, I want to show some progress to the user at client side. Most of the

Re: [PHP] Copying 1000s files and showing the progress

2008-02-13 Thread Richard Lynch
On Wed, February 13, 2008 4:28 am, Ritesh Nadhani wrote: I have a situation where I have to copy something like 1000 files one by one to a temporary folder. Tar it using the system tar command and let the user download the tar file. Now while the copy is going on at server, I want to show

Re: [PHP] Copying 1000s files and showing the progress

2008-02-13 Thread Ritesh Nadhani
On Feb 13, 2008 6:03 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, February 13, 2008 4:28 am, Ritesh Nadhani wrote: I have a situation where I have to copy something like 1000 files one by one to a temporary folder. Tar it using the system tar command and let the user download the tar

Re: [PHP] Copying 1000s files and showing the progress

2008-02-13 Thread Manuel Lemos
Hello, on 02/13/2008 11:11 PM Ritesh Nadhani said the following: I though I could apply some funkiness to it by using some AJAX based progress bar for which the example showed some sort of hooking and all which I thought was too much for such a job. I will talk to my boss regarding this and