
March 11th, 2000, 05:45 AM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
Basic downloading is accomplished by just linking to the file. As long as the extension isn't one that would normally open in a browser (e.g. .gif, .jpg). That said, .doc files will download normally under netscape and earlier version of IE. Later version of IE will open .doc types in the browser. That makes things a bit more complicated. You'll have to send headers setting the name of the file and the content-type (application/octet-stream) to force a download. Then read the file and pass it to the user.
Go to www.phpbuilder.com and do a search for "download" in the support forum, this has been discussed numerous times there.
|