• Hi,

    I am trying to upload a media file, but I am stopped because the max upload size is 24mb. How do I increase this size? I have changed in Wampserver’s php.ini file but this did not solve my problem.

Viewing 16 replies (of 16 total)
  • adam_g2000

    I used your advice:

    Make a blank text file. Save As php.ini

    Inside the text file copy-paste the following:

    upload_max_filesize = 32M
    post_max_size = 32M

    Load the php.ini file into the folder you’ve set up your website. I put mine in the same folder I have WP installed so it doesn’t affect my whole site.

Viewing 16 replies (of 16 total)
  • The topic ‘How to increase the max upload size’ is closed to new replies.