Help for this page

Select Code to Download


  1. or download this
    $filename = $sourcepath = $query->upload($file);
    $filename =~ /([\w. -]+)$/i;
    ...
    }
        
    close(OUTPUT);
    
  2. or download this
    my $upload_filehandle = $query->upload("filename");
    
    ...
     }
    
    close UPLOADFILE;