■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 最新50    
レス数が1000を超えています。残念ながら全部は表示しません。

物凄い勢いで雑談〜82グレートミッション

300 :大阪XP ◆Chihiro :2003/06/19(木) 19:55 ID:???
>>290
w

>>293
if ($file =~ /\.gif$/i ) {
print "Content-type: image/gif\n\n";
} else ($file =~ /\.jpg$/i ) {
print "Content-type: image/jpeg\n\n";
}



if ($file =~ /\.gif$/i ) {
print "Content-type: image/gif\n\n";
} elsif ($file =~ /\.jpg$/i ) {
print "Content-type: image/jpeg\n\n";
} elsif ($file =~ /\.png$/i ) {
print "Content-type: image/png\n\n";
}

にするとPNGでも動くようになる・・・と思います。

166KB
READ.CGI - 0ch+ BBS 0.7.4 20131106
ぜろちゃんねるプラス