Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Sending non-html files to a browser through a script

by TheoPetersen (Priest)
on Aug 15, 2001 at 17:55 UTC ( [id://105044]=note: print w/replies, xml ) Need Help??


in reply to Sending non-html files to a browser through a script

This should just be a matter of setting the right content header and sending the bytes along. Make sure your script hasn't sent any other content type headers.
my $pdf = slurp("file.pdf"); # Contains the whole PDF file print "Content-type: application/pdf\n\n$pdf";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://105044]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found