From b673b5940c3e00dbd21b003f01af22fb9e351778 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 3 Oct 2014 10:07:13 -0700 Subject: [PATCH] Removed section on configuring large file uploads on the Admin page --- .../configuration/configuring_big_file_upload.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/admin_manual/configuration/configuring_big_file_upload.rst b/admin_manual/configuration/configuring_big_file_upload.rst index 16919b1f2..6845c8acc 100644 --- a/admin_manual/configuration/configuring_big_file_upload.rst +++ b/admin_manual/configuration/configuring_big_file_upload.rst @@ -1,6 +1,6 @@ Uploading big files > 512MB (as set by default) =============================================== -It's useful to know limiting factors, that make it impossible to exceed the +It's useful to know limiting factors that make it impossible to exceed the values given by the ownCloud-system: Not outnumberable upload limits: @@ -13,23 +13,15 @@ Not outnumberable upload limits: Other recommendable preconditions: ---------------------------------- -* Make sure, that the latest version of PHP (at least 5.4.9) is installed +* Make sure that the latest version of PHP (at least 5.4.9) is installed * Disable user quota. This means: set the user quota of the account, you are currently logged in, to "unlimited". -This is important, because you possibly could not watch otherwise, whether the +This is important, because you possibly could not watch otherwise whether the desired changes take effect. Enabling uploading big files ============================ -Note: The order of the following steps is important! If you swap steps described -below, the settings may fail. - -**Go to the admin section in the ownCloud Web Interface and do the following:** - -* Under "File handling" set the Maximum upload size to the desired value (e.g. - 16GB) -* Click the "save"-Button **Configuring your webserver**