How can i change the settings so that

joshua hull Posted in Technical Support 6 years ago

How can i change the settings to allow larger video uploads.

Replies
Indonesian Arsalan Shah Replied 6 years ago

If you see the video size 2MB then this can be changed by your hosting provider. If you see video size 5MB/8MB/128MB then you should able to change then in .htaccess file (see the end of file you will find below settings)

<IfModule mod_php5.c>
    php_value memory_limit 128M
    php_value register_globals 0
    php_value post_max_size 8388608
    php_value upload_max_filesize 5242880
    php_value default_charset "UTF-8"
</IfModule>

Where post_max_size and the upload_max_filesize is given in bytes