Hi all,
I’m facing an issue with uploading files. I have one that is about 2.3GB that fails.
My platform is a raspberry pi zero with raspbian jessie.
I run owncloud 10.0.3.
Apache is v 2.4.10
Php is PHP 5.6.30-0+deb8u1
Mysql is v 5.5
I have enabled in the .htaccess the following params:
php_value upload_max_filesize 4096M
php_value post_max_size 4096
and in the .user.ini
upload_max_filesize=4096M
post_max_size=4096M
After restarting apache2, from the web client and from the linux client I get the same error: “Chunks on server do not sum up to but to ”
This size is the same, and it is about the size of the file.
Do you have suggestions?
Regards