Hi,

I am running a web site where users can upload their pictures. The
problem is, I don't want to let users view the pictures while they are
not logged in. I am thinking about using AuthName, AuthType on
httpd.conf, but I don't wan't to display the grey pop up box, because I
already have my own login interface (which runs on ModPerl::Registry).
Can I make it so if users is already logged in, they won't see the grey
box, and if they haven't logged in yet and try to view the image file
directly (ex: http://domain.com/image.jpg) then they will get the grey
login box from AuthType?

Or is there any better solutions for this problem? Thank you very much.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to