Search This Blog

Tuesday, August 23, 2011

How to increase upload file size of wordpress in Ubuntu


  1. Login as a root
  2. Go to /etc/php5/apache2
  3. Open php.ini and add the following two lines
    • upload_max_filesize = 64M; 
    • post_max_size = 32M;

Make sure that you added semi-colon at the end of each line.

No comments:

Labels

Blog Archive