Forums

This topic is locked

page with downloadable file

Posted 30 Jul 2003 09:02:09
1
has voted
30 Jul 2003 09:02:09 Perry Mr posted:
I'm a VB programmer and not a Webmaster so if my question sounds really simple forgive me. I'm trying to build a website to sell a computer program I wrote and I was wondering if someone could tell me how to create a page with a link to the program file so that a customer could download it after purchasing it.

Replies

Replied 30 Jul 2003 09:59:54
30 Jul 2003 09:59:54 Lee Diggins replied:
Hi

Zipping the file would probably be good, then create a hyperlink to point to the file:

<pre id=code><font face=courier size=2 id=code>&lt;a href="myFile.zip"&gt;Click to Download&lt;/a&gt; </font id=code></pre id=code>

And change the myFile.zip to point to yourFile.zip

Digga

Sharing Knowledge Saves Valuable Time!!!

Reply to this topic