977行辺りから
if ($self->{agent} eq 'mobile' and $width > 0 and $height > 0) {
$file = "<a href=\"$info_upfile_path$_\">ファイル $_\</a><br />";#改造 元画像へリンク
} elsif ($flag and $width > 0 and $height > 0) {

ちなみに画像を直接表示させるのは、改造の行を以下に変更

$file = "<img src=\"$info_upfile_path$_\" alt=\"ファイル $_\" width=\"$width\" height=\"$height\" />";#改造 元画像表示

チェックしてない。" \ { }とか抜けてたり全角スペース入ってたら直しといて。