Ver original$allowed_mimes = array( 'forma1', 'forma2', 'forma3', 'forma etc...');if(in_array($type, $allowed_mimes)) { // ...}