so im having this problem where i cant upload files larger than approx 128M i think and yes i did change htaccess , .user.ini , php.ini in /etc/ im using xampp on mac idk php version in other words latest please help any response is appreciated!
ownCloud version: 8.2.2
Webserver: Apache
Database: MySQL
OS: Mac OS X Desktop
PHP version: idk
EDIT :
these are the current settings
upload_max_filesize=9.8G
memory_limit=9.8G
post_max_size=9.8G
Does your log files tell anything useful? Check your mod_security settings:
[url]https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRequestBodyNoFilesLimit[/url]
Make sure you've got the right php.ini file. I had a similar issue with php.ini (max upload size), but it turns out there's a php.ini in /etc/php5/apache2, and one in /etc/php5/cli
Sorry, you need to Log In to post a reply to this thread.