summaryrefslogtreecommitdiffstats
path: root/docs/FAQs
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@dev.(none)>2010-03-29 16:21:00 +0200
committerFrank Karlitschek <frank@dev.(none)>2010-03-29 16:21:00 +0200
commit2a75c0d04495c5f05fdaaebf94d38ea6d0a3f062 (patch)
tree9aac3d2e18fa5a12d24a34bc85ffe6c7bc9b5198 /docs/FAQs
parentbc8e899de1336e839079b5059e51e4dc75262728 (diff)
downloadnextcloud-server-2a75c0d04495c5f05fdaaebf94d38ea6d0a3f062.tar.gz
nextcloud-server-2a75c0d04495c5f05fdaaebf94d38ea6d0a3f062.zip
merge Adityas improvements
Diffstat (limited to 'docs/FAQs')
-rw-r--r--docs/FAQs8
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.