Upload Video File Size

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..

 

Thanks to all

Quote · 12 Sep 2008

Please use the Forums Search...

http://www.boonex.com/unity/forums/?action=goto&topic_id=Upload-Size

Quote · 12 Sep 2008

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

Quote · 12 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.