Invalid SQL: REPLACE INTO `swsessions` (`sessionid`, `ipaddress`, `lastactivity`, `useragent`, `isloggedin`, `sessiontype`, `typeid`, `dateline`, `status`) VALUES('zez9mmnhuci100mnyrjb0fmo77qhgpmoe', '38.107.191.98', '1283942435', 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)', '0', '40', '0', '1283942435', '0'); (Data too long for column 'sessionid' at row 1) How do you let people download files from your site?
Support Center » Knowledgebase » Web Hosting » How do you let people download files from your site?
 How do you let people download files from your site?
Solution

All you have to do is link to them in your page's html code, just like you would any other document.
So if you have myfile.zip, and you want people to be able to download it with a click, just put this html on
your page (substitute the name of your file for myfile.zip):

<a href="myfile.zip">click here to download myfile.zip</a>



Article Details
Article ID: 91
Created On: 10 Nov 2005 10:40 PM

 Search
 Article Options