Support » Fixing WordPress » Cant upload the photo

  • Greetings.
    We can’t upload the photo,
    and found that the file storage over 250,000….
    That’s impossible for us uploaded such amount file in this 2 years.
    We start using website randomly from 2020..
    Please let us know what happened? and what we can do now?

    • This topic was modified 1 day, 7 hours ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello!

    It sounds like you may be having issues with the maximum upload size. The maximum upload size is controlled at the server-level, not by WordPress. Here are three ways you can increase the upload limit:

    (Keep in mind that in the below examples, the limit is set to 100MB)

    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.

    4. There are some plugins in the plugin directory that can help you get around this limit, for instance, helping you “chunk” your uploads, breaking them into smaller parts. Try searching “increase file upload limit”.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.