I am using cfcontent to allow a user to download graphics file to their 
hard drive(mainly tiff and eps files). The script works great with IE and 
Netscape on a PC and also works on a MAC with Netscape. However, When using 
IE with a mac, the file is downloaded to the browser. Any ideas on how to 
get this to work? Thanks

<CFHEADER NAME="Content-Disposition" value="attachment; 
filename=#form.FileName#">
                <cfcontent type="application/x-force_download"
            
file="#application.settings.path#authClients\#session.userinfo.directory#\#form.fileName#"
            deletefile="no">
                   

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to