Increase file Upload Limit in PHP
Posted: Wed Jul 26, 2006 7:25 am
Hello friends
I want to upload video of size more than 20 mb
here is my php variable setting
upload_max_filesize 50M
post_max_size 8M
then also it is not working
my code is absolute fine with small file but big file it create trouble.
If I upload more than 2 MB it automatically time out
please give me solution.
Thank you
I want to upload video of size more than 20 mb
here is my php variable setting
upload_max_filesize 50M
post_max_size 8M
then also it is not working
my code is absolute fine with small file but big file it create trouble.
If I upload more than 2 MB it automatically time out
please give me solution.
Thank you