From 132695ceb1d7ab0e4bfbb141e9e9639111dd25b5 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Tue, 1 Mar 2011 23:20:16 +0100 Subject: Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. --- docs/FAQs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/FAQs (limited to 'docs/FAQs') diff --git a/docs/FAQs b/docs/FAQs deleted file mode 100644 index f1e6149c48c..00000000000 --- a/docs/FAQs +++ /dev/null @@ -1,8 +0,0 @@ -1. I am not able to upload large files. Is that not supported by ownCloud? - Ofcourse it is supported. The problem lies with the PHP configuration. If you have access to php.ini file (which resides in /etc/php5/apache2 folder) then you can fix this issue by changing the following lines : - ; Maximum allowed size for uploaded files. - upload_max_filesize = 2M - - Also look for the following line: - post_max_size= 2M - In place of 2M write the maximum size you want to be allowed. \ No newline at end of file -- cgit v1.2.3