Welcome Guest, Not a member yet? Register   Sign In
Dont uploading flv file
#21

[eluser]franboud[/eluser]
Thanks to localjoost!

Here's my solution, that works with Firefox, IE8, Safari, Opera and Chrome :
In the mimes.php, add this line :
Code:
'flv'     =>     array('', 'video/flv', 'video/x-flv', 'flv-application/octet-stream', 'application/octet-stream')
#22

[eluser]Farid[/eluser]
GO to application, config and open the mimes.php file and just paste the following code in $mimes array.

'flv' => array('video/x-flv', 'flv-application/octet-stream', 'application/octet-stream'),
#23

[eluser]corescript[/eluser]
Hmm.... i tried all above but always fail

any suggestion?

thaks




Theme © iAndrew 2016 - Forum software by © MyBB