I am trying to upload a large file (800M) but when it gets to 703MB it restarts the upload and starts again.
I have changed php.ini and cant get it to work.
max_execution_time = 360
max_input_time = 360
memory_limit = 4000M
post_max_size = 4000M
upload_max_filesize = 4000M
upload_tmp_dir = /var/tmp
I have tested this link so it would be a clean php file (PHP File Upload)

