Owncloud : The files you are trying to upload exceed the maximum size for file uploads on this server.
“Upload too large : The files you are trying to upload exceed the maximum size for file uploads on this server.”. After installing owncloud, this type of error can happen, depending on the type of files you uploaded,more or less voluminous they are.
Here’s how to solve the problem MAX_FILE_SIZE (really be on the safety of its server before changing its values) :
# vim /etc/php.iniThen edit the .htaccess, Which is in the Owncloud root directory:
// modify following values
upload_max_filesize = 2000M
post_max_size = 2000M
# vim /var/www/html/owncloud/.htaccessThen, restart apache :
// modify following values :
php_value upload_max_filesize 2000M
php_value post_max_size 2000M
php_value memory_limit 512M
# service httpd restart
If you have any remarks / questions, don’t hesitate :)
Tidak ada komentar:
Posting Komentar