Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

•Re: Image Server - Multi-functional

by merlyn (Sage)
on Feb 12, 2003 at 12:33 UTC ( [id://234661]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Output an image to the browser
    sub show_img {
    ...
     print header('image/' . $mime), $img_data;
     exit;
    }
    
  2. or download this
    print redirect("/some/webpath/to/selected/image.jpg");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found