Ok, My version of dolhin is 6.1.2 and is free version.
1.- I only want upload video of 2M
2.- I dont want upload video of 45 M, 59, 100..... Only 2M
Ok?
Now I upload video *.flv of 1.5M and say me OK but one scond before say me ERROR!
Ok?
I creat php.ini and upload in folder /ray
<?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`;
?>
WHAT IS THE PROBLEM ?
Pease don´t say me looking in a other Post, .... I see I answer and don´t resolved my problem.
Sorry for my bad english
Thank you