Help for this page

Select Code to Download


  1. or download this
      uploadInfo(param('cover'))->{'Content-Type'}
  2. or download this
      my $filename = param('filename');
      my $info = uploadInfo($filename);
      my $type = $info->{'Content-Type'};