Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Do you mean the maximum upload size? If so, the maximum upload size is controlled at the server-level, not by WordPress. Here are three ways you can increase the upload limit:

    1. If you can edit or override the system php.ini file, increase the maximum file and post sizes. For example, upload_max_filesize = 100M ; and post_max_size = 100M ;

    2. If you cannot edit or override the system php.ini file, add php_value upload_max_filesize 100M and php_value post_max_size = 100M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to increase the maximum file and post sizes on your account. Keep in mind that most decent hosting providers allow this, and If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.

    (in the above examples, the limit is set to 100MB)

    If you actually mean the overall capacity of the entire Media Library is 32 MB, it means you have run out of space on your hosting account and you should contact your hosting provider ASAP.

    Thread Starter swapbapurey90

    (@swapbapurey90)

    Hi
    I mean the total capacity of file upload. The number of files that can stay in your library, the total capacity.
    How to reach the php.ini file, can get me the path.
    Thanks

    Moderator James Huff

    (@macmanx)

    If you’re hunting for it graphically, the file path varies greatly depending on the server configuration, so you’d have to contact your hosting provider if one of the commands above doesn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Media Library Storage’ is closed to new replies.