zip($files); header("Content-Disposition: attachment; filename=\"h5ai-selection.zip\""); header("Content-Type: application/force-download"); header("Content-Length: " . filesize($zipFile)); header("Connection: close"); readfile($zipFile); ?>