diff options
Diffstat (limited to 'docs/FAQs')
-rw-r--r-- | docs/FAQs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/FAQs b/docs/FAQs new file mode 100644 index 00000000000..d766192b99d --- /dev/null +++ b/docs/FAQs @@ -0,0 +1,8 @@ +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 + In place of 2M write the maximum size you want to be allowed. + +2. I tried to install the ownCloud in some XYZ directory but its not working. + Unfortunately ownCloud can be installed into your default Apache directory only which is /var/www/ for most of the distributions. |