4
At the moment I upload simple videos with basic php. I don’t use very complex code, I’m only in the basics! And this basics is practically the following:
$mp4 = $_FILES['mp4'];
$mpname = $mp4['mpname'];
$mptmp = $mp4['tmp_name'];
$mpsize = $mp4['size'];
$format ="mp4";
$mppasta ="../videos/";
$mppermiti =array('mp4');
After checking everything I do the final upload
$upload = move_uploaded_file($tmp, $mppasta.'/'.$mpname);}; //Faz o upload do video para o servidor
I wonder if you have any way to insert D'Água mark in the video at the time of upload