Neil E.
Active member
A user needs to upload some video files, but runs into a size limit that seems to be around 10Mb.
The XF attachment file size is currently set to 25600 Kb.
PHP configuration shows the maximum_allowed_size for uploaded files is 200Mb.
.htacess contains:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
Is there something else required in .htaccess? Anything else I should check?
The XF attachment file size is currently set to 25600 Kb.
PHP configuration shows the maximum_allowed_size for uploaded files is 200Mb.
.htacess contains:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
Is there something else required in .htaccess? Anything else I should check?