XF 2.1 video max size in media gallery

hellboy78

Active member
I'm trying to upload videos into media gallery, some are larger than 1GB, and they get blocked and impossible to upload.

how to increase the upload limit?
from admin panel? or from server side?
 
You will need to increase the limits in the ACP and server side.

Server settings will be things like:
PHP
post_max_size
upload_max_filesize
upload_tmp_dir

MySQL
max_allowed_packet
max_packet_size
wait_timeout
 
Top Bottom