modify uplaod file size setting on wordpress

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

nginx

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *