This problem seems directly related to the infamous 2GB limit and I\'m not sure at this atge if its a 32bit PHP issue. I\'ve seen the comments related to HTTP not being desi
If you have access to the apache virtualhost config you can also change these settings for a specific upload URL (you can also add this to your .htaccess file):
With this code:
php_value max_execution_time 0
php_value upload_max_filesize 0
php_value post_max_size 4939212390
php_value memory_limit 4G
LimitRequestBody 0
The LocationMatch directives allow you to choose the url (you can use reg exp)