Help for this page

Select Code to Download


  1. or download this
    <img border="0" src="/cgi-bin/my.cgi?image=images/some.jpg" width="368
    +"
    height="275">
    
  2. or download this
    print "Location: /cgi-bin/$in{image}\n\n";
    # (I get malformed headder, but only on image files, zip or exe 
    # files are sent (if I don't call using <img ..>))
    
  3. or download this
    print "/cgi-bin/$in{image}"; # (I get nothing, no image, no error)