Login     Sign up
Jcow Howtos
54 months ago
1424 Views

If you want to increase it to example 50M, you need to change to places:
1: js/common.js
find

1024*1024*20

increase it to

1024*1024*50

2: my/config.php
add a new line at end of the file:

$config['max_video_size'] = 50;
@paul I made these changes but still get 20M is the limit. is there anything else I need to do to make it work\
48 months ago