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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

want users to be able to download a file - don't know how to do it!

Status
Not open for further replies.

cm80

Technical User
May 3, 2001
85
0
0
US
Hi,

I want users to be able to download a .pqa file from my website so that when they click on a link they get the option to either open the file or save it to disk.

The only problem is I have no idea how to do it, so if someone could offer some advice I would really appreciate it!
thanks,
cm80
 
If you have a correct link then this process will be done automatically by the browser. Just use the following HTML code:
<A HREF=&quot;myfile.pqa&quot;>Download my PQA file...</A>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top