Welcome Guest, Not a member yet? Register   Sign In
Help with File upload regarding File types
#4

[eluser]skrobma[/eluser]
I had the same problem and found that .flv files were being processed as 'application/octet-stream' so I added the following to mimes.php and it resolved the problem.

Code:
'flv'    =>    array('video/x-flv', 'application/octet-stream'),


Messages In This Thread
Help with File upload regarding File types - by El Forum - 07-04-2007, 09:32 AM
Help with File upload regarding File types - by El Forum - 07-04-2007, 01:39 PM
Help with File upload regarding File types - by El Forum - 07-04-2007, 01:53 PM
Help with File upload regarding File types - by El Forum - 10-31-2008, 06:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB