Skip to content
Commit 1fe16501 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Do not hide the progress bar while the chunked upload is being assembled



Large files are not uploaded in a single operation, but uploaded in
several chunks; once all the chunks are uploaded then the server needs
to assemble them to get the final file.

Before, once the chunks were uploaded the progress bar was hidden.
However, this was confusing for the users, as the file could still need
some time to appear in the file list due to the assembling. Now once all
the chunks are uploaded the text in the progress bar changes to inform
the user that there are still some pending operations, and only when the
file is finally assembled the progress bar is hidden.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent a3e86be8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment