I want to display an uploaded file (e.g. a pdf file) in a "_blank"
target window. The file is stored outside of the webroot at
"/home/myhome/uploads/" and was uploaded by a trusted user with the
function, move_uploaded_file().
I've checked out readfile(), but there is scant info in the way of
examples on php.net. Can anyone help with some code?