Re: Loading progress bar



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

.



Relevant Pages

  • include perl progress bar
    ... Since I've no idea on Perl and looking at the CGI, some things are quite strange to me, I'm trying to integrate it on my PHP pages. ... Ideally, I'd like to select the files to upload in a PHP form, then on submit show the progress bar and then be redirected to any PHP file. ... my ISP disabled exec() or any of those functions for executing perl cgi's ...
    (comp.lang.php)
  • Any suggestions?
    ... This is for updating a progress bar. ... The only line I really care about is the last line with Frame#. ... I'm just doing this too familiarize myself with perl. ...
    (comp.lang.perl.misc)
  • Re: include perl progress bar
    ... I'm trying to integrate it on my PHP pages. ... Chung Leong proves that Perl is not necessary ... > submit show the progress bar and then be redirected to any PHP file. ... > I don't want to use javascript and show an other form. ...
    (comp.lang.php)
  • Re: flash/php file uploader
    ... There is a free version for one file with the progress bar ... in an upload window, and a 30 or 40 dollar version with inline progress ... If you know Perl and JavaScript, you can even analyze the code (of the ...
    (php.general)
  • Problem with upload
    ... I have a web application that allows uploads. ... Progress bar will fill up all the way and then display "Page cannot be ... Mike Logan ...
    (microsoft.public.dotnet.framework.aspnet)