updated   : May 15, 2012
we now have 588 snippets
category php.ini
By : , on March 14, 2011 9:00 am

Increase max file size upload limit from 2MB

wordpress snippet

The default file size upload limit is not set by wordpress, open the php.ini file and fined the line upload_max_filesize = 2M and change it to the sample bellow 64M should be fine.

read more