Display Ads On This Blog

Banner Ads on scriptforphp.blogspot.com
Provides free php script for php developer.
Prix: € 5.00

Friday, April 10, 2009

large size file upload problem in php

If you find such problem just follow the below step :

1) make a file phpinfo.php and put this code <? echo phpinfo(); ?> save it. and run to see the out put.

2) you will see your install php version information. check your php.ini file path. normally this will find at top

3) open php.ini and modify 2 lines

4) post_max_size = 8M to 100M or you want to upload max size

5) upload_max_filesize = 8M to 100M or you want to upload max size

6) save it. restart wamp and that you have done

0 comments:

Post a Comment