Copy large Files to Owncloud Directory?

NethServer Version: NethServer release 6.8 (Final)
Module: Owncloud

Hello,

the datasize in owncloud is limited to a maximum of 501 mb.
Is it possible to copy (manual) larger Files in my “Files” Directory for share?

I tried, but the data is not displayed.

Thanks for Help

Nicky

You may edit your /var/www/html/owncloud/.htaccess and change the following values:

php_value upload_max_filesize 513M
php_value post_max_size 513M

Now you should be able to upload bigger files via owncloud.

1 Like