modify uplaod file size setting on wordpress
edit your php.ini
in my case(apache):
sudo vim /etc/php5/apache2/php.ini
change to 4M
upload_max_filesize = 4M
save and exit, then reload your HTTP server
sudo systemctl reload apache2
edit your php.ini
in my case(apache):
sudo vim /etc/php5/apache2/php.ini
change to 4M
upload_max_filesize = 4M
save and exit, then reload your HTTP server
sudo systemctl reload apache2