UI Configuration

Introduction

The web UI can be configured for optimal user experience.

Configuration Options

Hide the Upload Estimation

Note that this setting is available for ownCloud Server only.

When uploading a document, an upload estimation (progress bar) is shown like in the example below:

Upload Progress Bar

This progress bar can be hidden with the following command:

sudo -u www-data ./occ config:app:set files hide_upload_estimation --value="yes"

To show the progress bar again, type one of the following commands:

sudo -u www-data ./occ config:app:set files hide_upload_estimation --value="no"

or

sudo -u www-data ./occ config:app:delete files hide_upload_estimation

The current value can be queried with the config:app:get or the config:list command. For details see the occ Config Commands