Had trouble with upload_status.cgi showing progress with the upload_form2.html which I think is due that it uses a named template instead of defaulting.
It appears to be a bug in parameter name in this line:
Code: Select all
upload_status.cgi:my $tmpl_name = $cgi->param('tmpl');
Code: Select all
upload_status.cgi:my $tmpl_name = $cgi->param('tmpl_name');