how do I provide a webpage button to start a file download?

A

Alan H

I would like to provide a webpage button that will start a file download to
the requestors computer from my web site. How would I go about doing this?
 
S

Steve Easton

Import the file into your web.
Create a link to it just like any other link.

It's usually an good idea to "zip" the file as zipped files always force the browser to download.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

MD Websunlimited

Hi Alan,

One of two ways both of which assume the file is present on your web site.

1. Create a form that uses the GET method and the action attribute is the URL to the file.
2. Create a link to the file.

In both cases how the file is downloaded will depend upon how the MIME is configured on the web server. The most trusted case is to
use a zip.

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
Download the Trial http://www.microsoft.com/frontpage/downloads/addin/launchupdate/download.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top