View Single Post
  #5  
Old 22nd January 2018, 19:03
jackaltr jackaltr is offline
Member
 
Join Date: Dec 2017
Posts: 8
Default
Quote:
Originally Posted by Phogo View Post
Thank you, I did it without research.
I found the solution after I researched

1. Increase maximum upload file size via .htaccess
Edit the .htaccess file located in the document root directory of the WordPress installation.
Locate the .htaccess file, and edit it using your favorite editor (vi,nano,vim etc.), and add or modify the following line:

php_value upload_max_filesize 100M
Reply With Quote