• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Download :>

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
how to make download on my site.. but i dont want to upload the stuff on rapidshare or somehtink like that
it is possible to put somewhere files and "add links to files from my pc"?

i am using xampp maybe that will help some :p
 
Put the files in the same directory of your site then use this piece of html code in the body
Code:
<a href="file.zip">name of file</a>
You'll see a link on your webpage if they click on this, people will download that file.
 
Put the files in the same directory of your site then use this piece of html code in the body
Code:
<a href="file.zip">name of file</a>
You'll see a link on your webpage if they click on this, people will download that file.

But if you don't want to copy them to that directory just use the full path:
<a href="C:\documents and settings\users\blbal\folder\file.zip">name of file</a>
 
Back
Top