• Is there an Upload limit in WordPress? I’ve changed it in options to allow up to 10000kb in Options. And it still doesnt let me upload a 2mb mpg or wmv file. I’ve also allowed mpg and wmv extentions in Options. Is there something I’m missing?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • As far as I know, WordPress has no hard-coded file size limit. What’s probably happening is PHP/Apache has a file size limit set. You’ll need to talk to your web host about re-configuring this, unless you have access to the config files for PHP/Apache.

    create a file on your server that contains just ‘<?php phpinfo() ?>’. Run the file and search for the line upload_max_filesize. That’s the limit set in php. You might be able to change this but you’ll have to check with your host.

    Thread Starter nghiatn

    (@nghiatn)

    thanks,
    will check with my host.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload limit?’ is closed to new replies.