prova così...
Codice PHP:
$str "prova file.zip";
$strExp explode(".",$str);
echo 
$strExp[0];