Help for this page

Select Code to Download


  1. or download this
     
    C:\Windows\My Documents\foo.jpg
    
  2. or download this
    my $filename = $cgi->param('uploadedfile');
    if($filename =~ /\\/) {
         my @tmp = split(/\\/,$filename);
         $filename = pop(@tmp);
    }