Adding file downloading capability to a web page in FP

K

Ken

Is it possable to add file downloading capability on one of
my pages in my web. If so, what do I have to do.
Thanks
Ken
 
R

Ronx

Import the file you wish to download into your web, and on the page,
create a link to it.
Some files, such as Word documents and .exe files, may have to be
zipped to ensure the download (Word files may open in the browser,
..exe files may be banned from your server.)
 
Top