You need to change the headers in myfiles.php script file so it will force it to download:
header("Cache-Control: public");
header("Content-Description: File Transfer");
header("Content-Disposition: attachment; filename=images.zip");
header("Content-Type: application/zip");
header("Content-Transfer-Encoding: binary");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…