It works! Thanks...
btw if someone have this issue...
Go to include/functions_upload.php and find:
and delete or comment that, then go to:Code:if ($file_extn == 'mp4') { $rand_flv_name = $rand_name . '.mp4'; $outExtn = '.mp4'; }
and again.... Comment or delete the conditional involving mp4.Code:if ($file_extn == 'flv' || $file_extn == 'mp4')
:)
Bookmarks