io farei cosi:

if (!in_array($estensione_file, $estensioni) || ($_FILES["tracciato"]["size"] > 1024*1024) ) {
echo "Files must be .gpx and less than 1MB";

}

prego