how can I increase video upload size limit?

Under Ray settings, it shows max upload size at 20 MB, however when I try to upload a 9.3 mb file it gives a exceeds 8 mb error message.

Where and what files do I need to edit in order to increase the video upload size?

I found this in another post, but after searching for hours cannot find this information anywhere...

i manage to edit my php.ini

here is the value i input :

php_value upload_max_filesize 250M

php_value post_max_size 100M
php_value max_execution_time 1000

php_value max_input_time 1000

even the memory to 64mb

Quote · 2 Sep 2008

are you on a shared hosting environment? you could ask your host to increase the setting to 20m. you may be able to get away with using the work around in the .htaccess? have you tried that. those settings you posted would be written to the htaccess, or can be written to a local side .ini file if allowed by your hosting provider. but right now it appears that they have you on an 8mb limit, which is actually increased from the default 2mb limit.

regards,
DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 2 Sep 2008

 

Under Ray settings, it shows max upload size at 20 MB, however when I try to upload a 9.3 mb file it gives a exceeds 8 mb error message.

 

Where and what files do I need to edit in order to increase the video upload size?

 

I found this in another post, but after searching for hours cannot find this information anywhere...

 

i manage to edit my php.ini

here is the value i input :

php_value upload_max_filesize 250M

php_value post_max_size 100M
php_value max_execution_time 1000

php_value max_input_time 1000

even the memory to 64mb

 

 

 I am assuming that is what you found in another post?

This is how i fixed mine was by editing the PHP.INI file. This file how ever is not located with in the dolphin software. This is a server file. you will need to contact who ever you are hosting your site through and have them do it, or do it yourself once you know where to find the php.ini file.

Quote · 2 Sep 2008

Under Ray settings, it shows max upload size at 20 MB, however when I try to upload a 9.3 mb file it gives a exceeds 8 mb error message.

Where and what files do I need to edit in order to increase the video upload size?

I found this in another post, but after searching for hours cannot find this information anywhere...

i manage to edit my php.ini

here is the value i input :

php_value upload_max_filesize 250M

php_value post_max_size 100M
php_value max_execution_time 1000

php_value max_input_time 1000

even the memory to 64mb

I am assuming that is what you found in another post?

This is how i fixed mine was by editing the PHP.INI file. This file how ever is not located with in the dolphin software. This is a server file. you will need to contact who ever you are hosting your site through and have them do it, or do it yourself once you know where to find the php.ini file.

para, you are correct, well partly, the php.ini file is located on the server root, but you can sometimes, if allowed by the hosting provider write a local .ini file, and the work around to being able to write a local ini file would be to use the htaccess to write to the local side parameters. 

regards,
DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 2 Sep 2008

Thanks Dos and Para,

I'll check that out.

Quote · 2 Sep 2008

Thanks, this was useful info!  Got it working.

Quote · 19 Aug 2009

If you are updating your .htaccess file and using PHP5 add-on script, you may want to consider the following (per my hosting company):

 

 

Your .htaccess had the following lines:

php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value max_input_time 40
php_value max_execution_time 60
php_value memory_limit 16M

These needed to be set to:

php5_value upload_max_filesize 10M
php5_value post_max_size 10M
php5_value max_input_time 40
php5_value max_execution_time 60
php5_value memory_limit 16M

Since you are using the php5 add-on script.

Quote · 30 Oct 2009
 
 
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.