(yes, the 'cat' will go away) and it works. No reason that I can see. I've even pared it back down to the original header (content-type only) and its still working.my $path = "/pacer/bancap/web/images"; my $file = $ENV{PATH_INFO}; $file =~ s#^[^/]*##; $file =~ s#[^/\d-\.\w]##g; $path .= $file; print "Content-Type: application/pdf\n"; my $size = -s $path; print "Content-length: $size\n"; print "\n"; print `cat $path`;
a
In reply to Re: IE trouble
by a
in thread IE trouble
by a
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |