file downloading

D

didge

I am trying to make a website and i would like it so when someone clicks on a link it will download a file. Please could someone who knows what to do let me know.
 
T

Thomas A. Rowe

Import the file into your web, then create a link to it like you would normally do to another page.
Now as long as the browser doesn't recognize the file type, the user will be prompted to download,
if the browser recognizes the file type (user has application install that can open the file type)
the file will open in the browser.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


didge said:
I am trying to make a website and i would like it so when someone clicks on a link it will
download a file. Please could someone who knows what to do let me know.
 
Top