Viewing 1 replies (of 1 total)
  • Plugin Author AlexRayan

    (@alexrayan)

    Hi Divyanshu123,

    The default file upload size is set by your server.

    You can increase an upload video size either in php.ini if you have access to it or in .htaccess if the server is configured to take it into account.

    In php.ini:

    post_max_size 300M
    upload_max_filesize 300M

    or paste the same in an .htaccess file.

    You should also check memory_limit & max_execution_time.

    If you have a Multisite installation, you would also need to do the following:
    – Log in as a super admin and navigate to Networks => Network Settings (should be http://yoursite.com/wp-admin/network/settings.php).
    – Locate “Max upload file size” under Upload Settings and update to 300000 Kb (which is 300 Mb).

    Hope it helps.

    Best regards,
    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘how to increase video uploading size up to 300mb using this plugin???’ is closed to new replies.