Connecting Tech Pros Worldwide Forums | Help | Site Map

file upload and download

Newbie
 
Join Date: Oct 2006
Posts: 3
#1: Oct 18 '06
Hi,

I'm still learning PHP from scratch so please be patient with me.

I have created a web site using html and PHP. I want to add a link that the users can click on so they can download a catalog and be able to save it to their computers. The catalog is a word document which has images.

Please could you help me with some code

Newbie
 
Join Date: Oct 2006
Location: Beside my computer :)
Posts: 13
#2: Oct 18 '06

re: file upload and download


It's simple.
Put on root directory of your site your file, for example 123.doc.
Create link like:
<a href="123.doc">It's my file</a>
Reply