can you try this simplest upload php script with progress bar:
see if you can upload 1.4 G file with success
how many RAM on your server ?
uploading a big file shouldn't consume big RAM. it'll upload to upload_tmp_dir (set in php.ini) first, if not set, usually /tmp, so need check /tmp to...