I am trying to upload a 12 GB file through file upload but the post data is empty
It work for 8GB file but failing for larger than that
My php.ini values are
max_execution_time 30000000000
max_input_time 60000000000
memory_limit 6G
post_max_size 800G
upload_max_filesize 200G
Please Help! thanks in advance