RE: Password Protected File Downloads

2002-03-21 Thread Haggerty, Michael A.
Use CFCONTENT to serve up the actual document and store the file in a subdirectory somewhere off the root. That would be my guess. M -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 2:54 PM To: CF-Talk Subject: Password Protected File

RE: Password Protected File Downloads

2002-03-21 Thread Chambers, Bryan (NE)
Hi Jim, CFCONTENT may be the way to go to serve up the files. The files to be downloaded would sit outside of the webroot so it would be impossible to get to them by typing in a URL. -Bryan -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002

RE: Password Protected File Downloads

2002-03-21 Thread VAN VLIET, SCOTT E (SBCSI)
: Thursday, March 21, 2002 12:55 PM To: CF-Talk Subject: RE: Password Protected File Downloads Hi Jim, CFCONTENT may be the way to go to serve up the files. The files to be downloaded would sit outside of the webroot so it would be impossible to get to them by typing in a URL. -Bryan -Original

RE: Password Protected File Downloads

2002-03-21 Thread Jim Curran
Thanks Bryan and Mike, Works perfectly. - j __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Password Protected File Downloads

2002-03-21 Thread Shawn Grover
that's how I've done it. Also allows you to log file access and such... -Original Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 1:14 PM To: CF-Talk Subject: RE: Password Protected File Downloads Use CFCONTENT to serve up the actual

Re: Password Protected File Downloads

2002-03-21 Thread Tony Schreiber
In my intranet, I created a directory outside the webroot and gave it no permissions except to the system account. Then I use cfcontent to push the file to the user (after being authenticated via cf). What is the most efficient way to provide files for download to a client after