Total Pageviews

Thursday, May 12, 2011

Php video upload problem

How To Config the file in php.ini


In PHP unable to upload video file more then 2MB...

How to increase the upload file size ?

---------------------------------

find the line in php.ini file
replace the following lines 

find:-

upload_max_filesize = 2M 

Replace:-

php_value upload_max_filesize = 500M

-------------------------------------

find:-

post_max_size = 8M

Replace:-

php_value post_max_size = 500M

--------------------------------------
increase your file size however you want.....

No comments:

Post a Comment