Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a Program to invoke the Download File dialog

Status
Not open for further replies.

perichazhi

Programmer
Jul 17, 2000
25
IN
Hi,

I'm developing and application which allows the user to download certain text files from the Server to his PC.

On the Click of a button, i would like to invoke the standard File download dialog box.

How can I do this using Cold Fusion.

This is urgent...

Thanx,

Perichazhi [sig][/sig]
 
The download box is an automatic HTML behaviour.

Any file inside an html link will start the download dialog.

try <a href=&quot;#PathToFile##DownloadFile&quot;>#DownloadFile#</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top