Re: Show/download file from a non public folder

2004-03-26 Thread WC -Sx- Jones
Set DefaultType application/octet-stream in the Web Server configs and let the client figure it out or ... Ah, so that's what application/octet-stream is for... I get it now :-). Too bad they didn't name it 'application/punt-to-client' ;-)... LOL, very true that :) I found it works best on Uni

Re: Show/download file from a non public folder

2004-03-26 Thread Wiggins d Anconia
> ... > >>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). > > > Gr - I promise to read slower. > > Set DefaultType applicat

Re: Show/download file from a non public folder

2004-03-26 Thread WC -Sx- Jones
... 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). Gr - I promise to read slower. Set DefaultType application/octet-stream in the We

Re: Show/download file from a non public folder

2004-03-26 Thread Wiggins d Anconia
> > 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

Re: Show/download file from a non public folder

2004-03-26 Thread WC -Sx- Jones
Alex A. wrote: 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 a

Show/download file from a non public folder

2004-03-26 Thread Alex A.
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 workin