Show/download file from a non public folder

From: Alex A. (perl_at_baradw.com)
Date: 03/26/04


To: <beginners@perl.org>
Date: Fri, 26 Mar 2004 00:10:12 -0500

Hi,

I have files(.jpg, .pdf, .rtf, .xls) in the following non-public folder:

/home/alex/documents/

I need to show these files (jpg), or allow the download (.pdf, .rtf ...) from a script for users who already are authenticated and have a session opened in the server (this part is already working).

that I can do?

thanks in advance,

Alex