Hello, I've been having trouble attaching any file over 2048KB to an outgoing message. I get no error message either on the RC interface, nor the RC error log or apache logs. When I browse, then hit upload for the attachment, It goes through the upload process, but no file appears in the list of attachments.
I've verified the standard problems: php.ini max_execution_time = 300 max_input_time = 300 memory_limit = 72M post_max_size = 64M upload_max_filesize = 60M
Apache http.conf: There are no LimitRequestBody or any other LimitRequest fields in the configuration.
Am I missing some configuration element somewhere?
Thanks for your help
Support Technique / Technical Support a écrit :
Hello, I've been having trouble attaching any file over 2048KB to an outgoing message. I get no error message either on the RC interface, nor the RC error log or apache logs. When I browse, then hit upload for the attachment, It goes through the upload process, but no file appears in the list of attachments.
I've verified the standard problems: php.ini max_execution_time = 300 max_input_time = 300 memory_limit = 72M post_max_size = 64M upload_max_filesize = 60M
Yes, in the default, if I am not mistaken, there is a
php_value upload_max_filesize 2m
in the .htacess file. Remove it and it should work. I never understood why this .htaccess was enabled by default, by the way.
Good luck.