RE: Force Download in Browser

2000-11-15 Thread Maximov, Anton
o use a directory that is outside of the web directory which is a nice technique for securing files. Works for me, hopefully it will work for you too. Rick -Original Message- From: Maximov, Anton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 5:43 PM To: CF-Talk Subj

RE: Force Download in Browser

2000-11-15 Thread Maximov, Anton
i don't think u can use cfheader and cfcontent together. the latter one overrides the former. tough luck. a solution would be to set a special download directory and enforce the content type/content-disposition there. see what happens. No, you can use them together:

RE: Adding default file name to CFCONTENT download file.

2000-11-15 Thread Maximov, Anton
content-disposition header has to be served. Content-Disposition: filename=yourfilename.ext however it doesn't seem to be posible to serve an extra header if you are serving a file with cfcontent. anton maximov programmer/analyst IT, New Media -Original Message- From: John Crosby

RE: Force Download in Browser

2000-11-14 Thread Maximov, Anton
i don't think u can use cfheader and cfcontent together. the latter one overrides the former. tough luck. a solution would be to set a special download directory and enforce the content type/content-disposition there. see what happens. anton maximov programmer/analyst IT, New Media