• Resolved Jack Anderson

    (@jack-anderson)


    please help me, actually problem is that i am working on a Word Press website and a huge video (about size 173MB) need to be upload at WordPress website through admin, and i am unable to upload file not more than 10MB there…

    So can you please suggest me how can i able to upload more than 10MB size file on my website. . .

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

    (@macmanx)

    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 = 200M ; and post_max_size = 200M ;

    2. If you cannot edit or override the system php.ini file, add php_value upload_max_filesize 200M and php_value post_max_size = 200M 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 200MB)

    Thread Starter Jack Anderson

    (@jack-anderson)

    Thanks a lot, MacManX (James Huff) brother …. ??

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to upload a video of size about 175MB On WordPress site through admin’ is closed to new replies.