Video upload issue - Max 2 MB

I edited the video settings and even though I have changed the max size to 20000 I can't still upload videos that are bigger than 2MB. What's the problem?

Seems not to be a server issue, in fact Dolphin gives me an alert saying that the video is bigger than 2 MB. If it was a server issue I think I should not get this alert at all..

Web Development, Multimedia Design and Social Media.
Quote · 20 May 2013

Did you edit the upload file size in Dolphin/Admin/Modules/Video/settings or just your php ini file?

Quote · 20 May 2013

In your php.ini file there are two changes for file size uploads...

 

and 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 May 2013

Here is an exaple of a php.ini file from a linux shared host !
Maybe this will help you further with the correct settings.

php.zip · 13.4K · 243 downloads
phpcube
Quote · 20 May 2013

using ftp  

ftp

 

usually the directory is:

 

/var/www/vhosts/yoursite.com/etc/php.ini 

 

or open header.inc.php and see this 

 

$dir['root']  = 

 

after now you can open edit php.ini

 

post_max_size = 

 

change to

 

post_max_size = 300M 

 

or whatever you like..

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 5 Aug 2013
 
 
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.