diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-02 20:32:12 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-02 20:35:14 +0200 |
commit | 016a892a78472cc954f1e26feba0facfe4c893d5 (patch) | |
tree | 44f2d757aa67f2a7fb8e62bbd2822e67601b2d0f /docs/FAQs | |
parent | fa140555e82cfd4fd42bf83ab8f9912141e8966c (diff) | |
parent | 5d3cf06c73bcf805dfcf2f3d12330ac90d8a7179 (diff) | |
download | nextcloud-server-016a892a78472cc954f1e26feba0facfe4c893d5.tar.gz nextcloud-server-016a892a78472cc954f1e26feba0facfe4c893d5.zip |
merge refactoring in master
Diffstat (limited to 'docs/FAQs')
-rw-r--r-- | docs/FAQs | 8 |
1 files changed, 0 insertions, 8 deletions
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 |