Page 1 of 1

password protected file downloads

Posted: Thu Jul 06, 2006 7:01 am
by tmensink
Hello,

I'm using CMSMS (v 0.11) and have a small password protected part of my site.

I want to add some documents (Word and PDF files) to this part, which could only be downloaded when someone has logged in.

I know I could do this using .htaccess, storing all the files in a dir /protected/  but than users have to provide twice their username and password.

I wonder if there is any cmsms modele which could do this for me. Any ideas?

Re: password protected file downloads

Posted: Thu Jul 06, 2006 8:35 am
by cyberman
There's a upload module available which can show uploaded files for download (in summary mode)

http://dev.cmsmadesimple.org/projects/uploads/

You have only to include this in the protected part of your page  ;).

Re: password protected file downloads

Posted: Sat Jul 08, 2006 8:20 am
by tmensink
Thnx, I will have a look to it!