". $file . "
";
}
closedir($dh);
}
}
?>
And then something like this (readfile.php):
but modified to be readtrought, ....since this one load the file in memory first, and you need it for big files that will not load in memory if you try.