Help for this page

Select Code to Download


  1. or download this
    #stores uploaded files
    sub storeFiles{
    ...
        while( read($filename, $data, 1024) ){ print STORAGE $data;}
        close STORAGE;
    }
    
  2. or download this
    sub Get_File_Name{
        if($ENV{HTTP_USER_AGENT} =~ /win/i){ 
    ...
        return($full_name);
    }