Does anyone know which file needs to be modified to increase the size of the video file to be uploaded, i did this once before but cant remember which one it is.
I modified one of the .htaccess files to increase the size, but cant remember which one..
I am using these in the root folder's .htaccess. PHP must enabled for getting settings from .htaccess! (read this: http://hu.php.net/htaccess )
php_value upload_max_filesize 100M
php_value post_max_size 200M
You may also need:
php_value memory_limit 128M
php_value max_input_time 300
php_value max_execution_time 300