diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index cffabf482ba..496370b299b 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -137,23 +137,4 @@ low. This setting needs to be configured to at least the time (in seconds) that the longest upload will take. If unsure remove this completely from your configuration to reset it to the default shown in the ``config.sample.php``. -Configuring upload limits within the GUI -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -If all prerequisites described in this documentation are in place an admin can change the -upload limits on demand by using the ``File handling`` input box within the administrative -backend of Nextcloud. - -.. figure:: images/admin_filehandling-1.png - -Depending on your environment you might get an insufficient permissions message shown for -this input box. - -.. figure:: images/admin_filehandling-2.png - -To be able to use this input box you need to make sure that: - -* your Web server is able to use the ``.htaccess`` file shipped by Nextcloud (Apache only) -* the user your Web server is running as has write permissions to the files ``.htaccess`` and ``.user.ini`` - diff --git a/admin_manual/configuration_files/images/admin_filehandling-1.png b/admin_manual/configuration_files/images/admin_filehandling-1.png deleted file mode 100644 index 09b5b8552db..00000000000 Binary files a/admin_manual/configuration_files/images/admin_filehandling-1.png and /dev/null differ diff --git a/admin_manual/configuration_files/images/admin_filehandling-2.png b/admin_manual/configuration_files/images/admin_filehandling-2.png deleted file mode 100644 index 76cef498123..00000000000 Binary files a/admin_manual/configuration_files/images/admin_filehandling-2.png and /dev/null differ