I assume you mean delivering a file to a customer from ourside the web site
in some sort of secure file store?
this has always worked for me..
link
----
<a href="dload.cfm/#file#?filename=#file#" target="_new">#name#</a>
dload.cfm
---------
<cfif isdefined("url.filename")>
<cfcontent file="#docstoreroot#\#url.filename#" deletefile="No"
type="unknown">
</cfif>
Regards, Craig.
-----Original Message-----
From: Jerre Hale [mailto:[EMAIL PROTECTED]]
Sent: 17 May 2001 15:26
To: CF-Talk
Subject: Re: Download Software From The CF Server
Could you give me an example of the code that would get this done? How
do you point to the file? I tried cfcontent but it hangs up for a long
time and does not bring the software up for downloading. I am afraid
that this process might execute the software. Sorry to a numb skull on
this but I cannot follow your recommendations without a detailed
example.
Thanks,
Jerre
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists