...
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).


Grrrrr - I promise to read slower.....

Set DefaultType application/octet-stream in the Web Server configs and let the client figure it out or ...

print "Content-type: (Choose one)\n\n";

Pick one:
_______________________
text/xml,
application/xml,
application/xhtml+xml,
text/html,
text/plain,
image/png,
image/jpeg,
image/gif


Sorry about the OTHER post I made (I was confusing your question.) -- _Sx_ http://youve-reached-the.endoftheinternet.org/ _____ perldoc -qa.a | perl -lpe '($_)=m("(.*)")' | grep Martian

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to