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:
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