Help for this page

Select Code to Download


  1. or download this
     1: sub upload_file {
     2:    $filepath=$filename;
    ...
    16: if ($to_upload == 1) {
    17:     $formdata{'file'} = $filename
    18: }; #ensures just filename written to database
    
  2. or download this
        $filename =~ s/\s*,\s*/,/g;