• Resolved joezy

    (@joezy)


    I’m attempting to upload an MP3 to my media file but when I select the file in the media gallery I get this message ‘This file is too big. Your php.ini upload_max_filesize is 16M.’ even though the file is only 10mybtes.

    Any thoughts on what’s going on would be appreciated. I have checked with my ISP who confirms that the max file is 16M.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are two variables in php.ini that controls the max size of file uploads:

    upload_max_filesize

    post_max_size

    They both need to be set to 16M if that is your max…if either of them are set to a lower value then that will be the max.

    Thread Starter joezy

    (@joezy)

    OK, many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Audio file too big, says WordPress, not it’s not say ISP’ is closed to new replies.