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