Posted by Aggelos on 10/31/06 09:03
> 1) IFRAMES
I don't know what I could do exactly with I frames. can you give
areally simple example ?
> 2) UberUploader(check out sourceforge.net for this one)
That is perl and is for uploads which I can't see how am I going to
apply on a loop.
> 3) Script that uses a backend on the server and some javascript(using an
> asyncronous means)
I don't understand whatyou mean.
Remember that the progress bar I need is just for displaying the
sending progress of a newsletter for example.
So:
count=0;
$totalRecords = count($newsleterArray);
foreach($newsleterArray as $key => $value) {
count++;
$pbarExampleClass->increaseprogressbar($count,$totalRecords);
sendNewsletter($value['email']);
.....
}
>From all that I need the pbarExampleClass class. If you have something
in mind.
Thanks
Navigation:
[Reply to this message]
|