How to change upload max filesize in php.ini configuration - PHP Views : 262
Tagged in : PHP
0 0
Send mail
Change upload filesize
If you want to change the upload filesize
(*) Open php.ini file
(*) Search upload_max_filesize in php.ini file
(*) Change that. (Ex: upload_max_filesize=2M)
By Nirmala, On - 2010-01-30



    Login to add Comments .