Please any one tell me how to upload file more than 500mb, because i am uploading file less than 500mb (like 470mb or 430mb). It's working fine but when upload 600mb 700mb file then show error.
My php.ini
settings are:
- upload_max_filesize=2048M
- post_max_size=2048M
- max_execution_time=3000 (50 minutes)
- memory_limit=1024M
File read is 100% but when goes to write then shows error.I don't know where is the problem.