Secure File Manager

2003-07-21 Thread Jillian Carroll
I'm building a secure file manager on a CF 5 server. Because there are a number of different file types in my directories (.pdf, .doc, .xls, etc.) I think the best way is to create a directory that isn't accessible via Apache... and use CF to view/work with the directory. The question I have

RE: Secure File Manager

2003-07-21 Thread CFDEV
CFCONENT Or you can look at: http://www.mindkeeper.net/products/filemanager -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:39 PM To: CF-Talk Subject: Secure File Manager I'm building a secure file manager on a CF 5 server. Because

RE: Secure File Manager

2003-07-21 Thread Mosh Teitelbaum
Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:39 PM To: CF-Talk Subject: Secure File Manager I'm building a secure file manager on a CF 5 server. Because there are a number of different file types in my directories (.pdf, .doc, .xls, etc.) I think the best way is to create

RE: Secure File Manager

2003-07-21 Thread Yves Arsenault
21, 2003 4:39 PM To: CF-Talk Subject: Secure File Manager I'm building a secure file manager on a CF 5 server. Because there are a number of different file types in my directories (.pdf, .doc, .xls, etc.) I think the best way is to create a directory that isn't accessible via Apache... and use

RE: Secure File Manager

2003-07-21 Thread Jillian Carroll
and assign it to Word... all files (.pdf, .xls, etc.) will be opened with Word. Does anybody have a file manager / easy workaround for this? -- Jillian -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: July 21, 2003 1:42 PM To: CF-Talk Subject: RE: Secure File Manager

RE: Secure File Manager

2003-07-21 Thread Matt Robertson
I think this issue came up in last week's cfcontent discussion. FYI Here's my code: cfset variables.FileToPush=attributes.FilePathattributes.FileName cfif FileExists(variables.FileToPush) cfheader name=Content-Disposition value=attachment;