download script |
download script |
Aug 14 2006, 01:43 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 145 Joined: May 2006 Member No: 416,166 |
how do you make it so that when someone wants something off your site (like from mosts visitors section) they can click a link and a download file will pop-up?
|
|
|
|
![]() |
| *mipadi* |
Aug 14 2006, 01:51 PM
Post
#2
|
|
Guest |
You can just create a link to the file, such as:
CODE <a href="path/to/file.exe">Download my program!</a>
|
|
|
|
Aug 14 2006, 01:55 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 145 Joined: May 2006 Member No: 416,166 |
does it have to be a .exe? i tried that and it didn't work. i also tried saving it as a .zip but when i downloaded it tried to open it, a pop-up came up or something saying it wouldn't work.
also, how do you make it so that you can download multiple things at once...like brushes? |
|
|
|
| *mipadi* |
Aug 14 2006, 02:13 PM
Post
#4
|
|
Guest |
You can specify any file in a link. It doesn't matter what type. You just put the path to the file in the href attribute, just like a normal hyperlink.
|
|
|
|
![]() ![]() |