Click to See Complete Forum and Search --> : How to put downloads on site


sia123
03-12-2006, 02:01 PM
How do you put stuff up.. like textures.. so people can just click on it and be able to download it? :confused:

pcthug
03-12-2006, 05:17 PM
You can configure it server-side, or you can .zip it.

sia123
03-13-2006, 10:02 AM
lol and how do i do that?

comptech520
03-13-2006, 01:21 PM
Upload the files, then create a link to the file(s)

< a href="www.your-domain.com/download_dir/texture1.jpg">Download this cool texture>

Good Luck

Bytes
03-13-2006, 07:09 PM
Upload the files, then create a link to the file(s)

< a href="www.your-domain.com/download_dir/texture1.jpg">Download this cool texture>

The best way, I feel for your application is what “shawnmichaels” suggested and use Adobe to create a pdf file from one of your Microsoft Office applicational packages.

Regards,

pcthug
03-13-2006, 07:30 PM
See: http://theserverpages.com/php/manual/en/function.header.php for a PHP solution, using Content Types specified in Header
Or: http://www.izarc.org/ to Zip up your textures, the user then downloads then unzips the file. Simpl.