![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Is it possible to upload files to my website so people can download directly from the website so I don't have to put the files on rapidshare or anything? There will not be alot of downloads, This is no means a massive download site nor is it a primary download site, There will be a lot of informaton and some downloads to go with it, So am I able to put some downloads on the site? - Thank you, Sam! |
|
#2
| ||||
| ||||
|
put the files in a zip folder, and upload that zip folder to your site. Then just create a link to the file ex. You put the files into a zip folder called myfiles.zip You upload it to the main directory of yoursite. So your link will be www.yoursite.com/myfiles.zip Then link it, either with bv, or html code: <a href="www.yoursite.com/myfiles.zip">Download My Files</a> Hope that helps |