Help for this page

Select Code to Download


  1. or download this
    $fh = $query->upload('uploaded_file');
    
  2. or download this
    $filename = $query->param('uploaded_file');
    
    ...
        while ($bytesread=read($filename,$buffer,1024)) {
           print OUTFILE $buffer;
        }