How to change upload max filesize in php.ini configuration
by Nirmala[ Edit ] 2010-01-30 15:14:46
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)