Hi,
I need to upload files with a filesize of 50-70mb. For testing purposes, I already changed the values in the php.ini and my.cnf as follows:
Code:
upload_max_filesize = 100M
post_max_size = 110M
memory_limit = 120M
max_execution_time = 300
Additionally I set:
Code:
max_allowed_packet = 128M
I tried to upload a .rar file the size of 48MB. The rar attachment type is added and there are no upload limitations set. If I use the file upload test under 'Maintenance' in the AdminCP, everything works correctly. But if I upload the file as attachment to a post, I get a blank page. I tried both, local and remote upload - same result. Does anybody has a clue?
Apache and MySQL servers are both restarted.
Thx in advance!