Help for this page
$File_Name = Get_File_Name(param('filename')); ... while( read($filename, $data, 1024) ){ print STORAGE $data;} close STORAGE; }