I have uploading file to S3 from PHP.
I have changed upload file size limit in php.ini and also php file by set_timeout.
My problem is
I can upload a file within 6MB. But it take 4 mins to upload. But more than 50 MB file takes more than 10 mins
How can i solve this? Have any possible to modify my code. I am using s3.php file for that.