From 5aeb86dcc44f6ad59f3bf695e003484ab9ffa4d2 Mon Sep 17 00:00:00 2001 From: dietmaroc Date: Thu, 8 Aug 2013 14:33:16 +0200 Subject: [PATCH] Update configuring_bigFileUpload --- admin_manual/configuration/configuring_bigFileUpload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/configuring_bigFileUpload b/admin_manual/configuration/configuring_bigFileUpload index 25774dd7d..8e5db28fa 100644 --- a/admin_manual/configuration/configuring_bigFileUpload +++ b/admin_manual/configuration/configuring_bigFileUpload @@ -1,5 +1,5 @@ Big Files -=============== +========= There are a few default configuration settings that you will want to change to enable ownCloud to operate more effectively as a self hosted file sync and share server. When uploading through the web client, ownCloud is governed by PHP and Apache. As a default, PHP is configured for only 2 MB uploads. This is not entirely useful, so it is important to increase these variables to the sizes you want to support on your server. Point your favorite text editor over to your php.ini file. On different server operating systems this is located in different places. On openSUSE and Ubuntu, for example, this is located in /etc/php5/apache2/php.ini Note: the commend ‘find / -name php.ini’ can help you locate your php.ini on Linux. On Windows, you can find this file within C:/Program Files (x86)/PHP/PHP.ini Edit the php.ini file, looking for: - upload_max_filesize = 500 MB