Re: best way to force a save as no matter what

2003-11-07 Thread Jochem van Dieten
Vamp wrote: I want to force a download no matter the file name and extension. so example .pdf I don't want it to launch the program I want it to launch save as box instead. whats the best way to do this?? Make sure your visitors don't use IE and then follow the instructions in RFC 2616

RE: best way to force a save as no matter what

2003-11-07 Thread Tyler Clendenin
use cfcontent and cfheader cfheader name=Content-Disposition value=attachment; filename=MyFileName.Ext cfcontent file=MyFileName.Ext deletefile=No Tyler Clendenin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: best way to force a save as no matter what

2003-11-06 Thread Pascal Peters
Use cfcontent and cfheader cfheader name=Content-Disposition value=attachment; filename=#attributes.filename# cfcontent type=#variables.mimetype# file=#attributes.file# deletefile=No Works for me, but I can't guarantee it works no matter what Pascal -Original Message- From: Vamp

RE: best way to force a save as no matter what

2003-11-06 Thread Adam Reynolds
Right click, save as. You realise that should you click on a html file, you would also launch a save as box. -Original Message- From: Vamp [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 04:38 To: CF-Talk Subject: best way to force a save as no matter what I want to force a download no