summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/statusmanager.js
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-09-07 16:43:16 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-09-26 17:46:43 +0200
commit1ee3c31f855eb03a2a6ff8daf0740cb5d44bcf3d (patch)
treefa2e21b3b67d1ec05ecaf9713386270599fb4690 /apps/files_external/js/statusmanager.js
parentf6787944709f333c5cf9c9b72ed0388c30f16066 (diff)
downloadnextcloud-server-1ee3c31f855eb03a2a6ff8daf0740cb5d44bcf3d.tar.gz
nextcloud-server-1ee3c31f855eb03a2a6ff8daf0740cb5d44bcf3d.zip
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: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/files_external/js/statusmanager.js')
0 files changed, 0 insertions, 0 deletions