Hi, I am trying to deliver files (mostly pdf's) to users on a site from
a directory that has http read turned off.

The code below works a treat - pops up a 'save as' and I can offer file
name etc...

...except in some versions of IE 5.5, some versions of IE 6. The file
name gets mangled up (ie index.cfm?filename=blah.blah) and the save
dialogue just wont accept it :(

I have googled and the best answer I have found is to get the user to
install service packs - bleh.

Anyone had similar experience and/or work around?

Server is MX6.1

<cfheader
        name="Content-Disposition"
        value="attachment; filename=#ATTRIBUTES.fileName#">
<cfcontent type="application/x-unknown"
        file="#ATTRIBUTES.directory##ATTRIBUTES.fileName#">

Works fine in mozilla, some XP/IE6, all IE 5.01 (so far).


Thanks
James


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to