• To get around the upload limit, I used to be able to add two lines to the .htaccess file:

    php_value upload_max_filesize 200M
    php_value post_max_size 200M

    With my upgrade to 3.0, this doesn’t seem to work and the upload limit is still 2MB.

    I am working on a page that has a lot of large videos so it is imperative that I get this working! Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The limit is not imposed by WordPress, it’s possible that your host has changed some values, you could check with them.

    @mrmist: I’m pretty sure this is a wordpress bug since I’m encountering it with the 3.x releases as well. I own my own dedicated server and hasn’t changed any settings. I’ve also tried the php.ini methods and wordpress admin still shows 2MB.

    Try to change the file size in phpMyAdmin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 2MB Upload Limit in 3.0’ is closed to new replies.