upload video

Hello in my free version of dolphin in ray, when I upload a video less than2 M its say me ok and inmeditly show me error!

Help please

Quote · 26 Aug 2008

Try this in search you'll find a number of posts on this that should be helpful:

http://www.boonex.com/unity/forums/#action=goto&search_result=1&2%20mb&tlts&0&&topics

Probably find your solution at my site too:

gameutopia

dialme.com

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 26 Aug 2008

I have creat this Php.ini

<?php

echo "<br/><b>PHP INI settings</b><br/>";
echo "<br>safe mode = ".ini_get('safe_mode');
echo "<br>disabled functions = ".ini_get('disable_functions');
echo "<br>max execution time = ".ini_get('max_execution_time');
echo "<br>post_max_size = ".ini_get('post_max_size');
echo "<br>upload max filesize = ".ini_get('upload_max_filesize');

echo "<br/><br/><b>ffmpeg output</b><pre>";
$s = realpath("ray/modules/global/app/ffmpeg.exe");
echo `$s -version 2>&1`;

 

?>

and place in ray folder

and in .htacces add

php_value max_execution_time 1000

php_value upload_max_filesize  100M

php_value post_max_size 100M

Add this to the very bottom after </ifModule>

And now directly say me ERROR!

Please help

Quote · 27 Aug 2008

Did you notice what gameutopia told you  ..... 
.

Quote · 27 Aug 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.