I have shared hosting on godaddy. I am uploading a large video files upto 150 MB on server. It starts upload & upload some part of video upto 15% but after that connection is broken. I get below error
503 - SERVICE UNAVAILABLE
I have also manually configured the php.ini file below like
post_max_size = 512M
max_execution_time = 800
I am not sure if it is the programatically issue because i am able to upload small video on good connection. But as video size is large then i face the issue.
Kindly let me know what is the issue ?