Note progress.php
Brought to you by:
e4c5
Just so you know. The variable names from the pgbar.php
passing to progress.cgi differ if you want to use
progress.php be sure to fix variables that pass. Also
the sessionid assigning should be above the temp
directories.
$sessionid = $_GET['sessionid'];
$info_file = "/tmp/$sessionid" . "_flength";
$data_file = "/tmp/$sessionid" . "_postdata";
Was currently below... Which makes no since.