Remote upload not working for files greater than 2GB
Problem
Remote uploading a file (using a url) isn't working for files larger than 2GB.
Fix
- Ensure your server operating system is 64bit. 32bit operating systems will not allow files larger than 2GB.
- There may be an issue with memory limitations within PHP. Add the following to the bottom of your _config.inc.php file:
ini_set('memory_limit', '2048M');