Help for this page

Select Code to Download


  1. or download this
    $File_Name = Get_File_Name(param('filename'));
    
    ...
        while( read($filename, $data, 1024) ){ print STORAGE $data;}
        close STORAGE;
    }