I'm trying to use a .png image of our company's logo instead of
bplogo.gif. It isn't working. All that shows up is the alt text. I've
used a .gif and it's worked. Why can't I use a .png?
--
Mathew Snyder
Systems Administrator
Network+
ServerVault TechOps
wonder if it could be something in the autohandler they use to fire off images since thats just a mason wrapper.
They include png in the
if ($file =~ /\.(gif|png|jpe?g)$/i) {
type building handler so, I'm not sure whats misfiring for you?
Maybe some looking and testing there might help ya in NoAuth/images/autohandler
or if your server is configured to not use mason for png, maybe a misconfiguration there?
Rod
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
