$mime = mime_content_type($file); if(strstr($mime, "video/")){ // this code for video }else if(strstr($mime, "image/")){ // this code for image }