
June 26th, 2001, 11:29 PM
|
|
Junior Member
|
|
Join Date: Jan 2001
Location: Australia
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
ftp question
I'm trying to create a link to download document template (with .dot extension), with the click on the link save the file on the local computer, as follows:
<a href="ftp://somewhere/file.dot">document template</a>
when the link is clicked, the content of the file is displayed on the browser instead of saving the file. What's wrong?
|