• Welcome to Redshift Project Depot.
 

Changing max file upload size in Wordpress

Started by Louis L, March 31, 2018, 08:41:46 PM

Previous topic - Next topic

Louis L

To change the max file upload size in Wordpress, do the following:

       
  • Go to the Xampp control panel.
  • Stop Apache
  • On the Apache line, click on "Config" and select "PHP (php.ini)"
  • Edit this file - look for "upload_max_filesize" and set it to the value you want.
  • Start Apache
  • Verify file size in Wordpress - Look at "Media", "Add New" and see what it says.
It's currently set to "256M". I tried 1024M but all that did was max it out to 260M so either there is another setting somewhere else or the internal max is 260M.