Add a progress bar to uploading zip archives in Gallery Albums. Fixes bug #10994.

This commit is contained in:
Colin Kuskie 2009-09-25 11:24:12 -07:00
parent 9b74ab24cf
commit c5e9abe10e
4 changed files with 62 additions and 16 deletions

View file

@ -82,6 +82,7 @@ sub finish {
parent.location.href='%s';
</script>
EOJS
local $| = 1;
$self->session->output->print($text . $self->{_foot}, 1); # skipMacros
return 'chunked';
}