I'm trying to use uploadify and valid the files before it's uploaded. However, this works fine when i'm not using uploadify. But if i do, the file won't upload by itself (auto is set to true)
This is my uploadify.php file for validation
If i remove,
if(in_array($type,$array)) and $type = $_FILES['Filedata']['type']
Everything works as it should, but whats wrong with my validation?