The following code works just fine in Netscape 4.x and almost works in IE 5.
In IE 5, the file is downloaded but the cursor remains as an hourglass and
the icon in the upper-right hand corner keeps spinning as if it is still
trying to get a response from the server.  If I hit refresh all is good
again. Nothing gets run after the cfcontent tag.  I have put html, cf code,
and text directly after it but to no avail.

I have tested this in the following environments...

CF Server 4.5.1 is common to all...
 1. NT Workstation 4, IE 5, Netscape Web Server 2.x
 2. Win98, IE 5, Personal Web Server
 3. WinNT & Win98 as clients hitting a Sun Solaris box

 On a page I have a listing of all files available, a user clicks on a file
 with a link to another page with this code...

 <CFSET variables.element_id = url.element_id>
 <CFINCLUDE TEMPLATE="db/qs_element.cfm">

 <!--- See if file actually exists --->
 <CFIF FileExists(#qs_element.store_filename#)>
   <CFHEADER NAME="content-disposition"
        VALUE="attachment;Filename=#qs_element.Upload_Filename#">
   <!--- Upload_filename is the display name --->
        <CFCONTENT TYPE="application/unknown" FILE="#qs_element.store_filename#"
DELETEFILE="No">
        <!--- store_filename  --->
<CFELSE>
        SOME ERROR MESSAGE
</CFIF>

 Thanks,

 Michael Paulsmeyer
 Infovision, Inc.
 http://www.infovisioninc.com
 http://www.pcs-link.com
 877-727-8824 - Toll Free
 [EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to